tikkba

Tikkba is Clojure library for the creation and the dynamic modification of SVG documents. It wraps the Apache Batik library and provides functions to create SVG images with the Clojure-based SVG DSL of the Analemma library.

Leiningen/Boot

[tikkba "0.6.0"]

Clojure CLI/deps.edn

tikkba/tikkba {:mvn/version "0.6.0"}

Gradle

implementation("tikkba:tikkba:0.6.0")

Maven

<dependency>
  <groupId>tikkba</groupId>
  <artifactId>tikkba</artifactId>
  <version>0.6.0</version>
</dependency>