Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 836 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 836 Bytes

cmp.batik

The cmp.batik library provides a Clojure wrapper for Apache Batik SVG components. cmp.batik contains code to render and output SVG files for a Graphics2D context and to display SVG files in a swing component.

You can use the SVG DSL from the xml.dsl library to generate SVG programmatically with Clojure.

Usage

Dependency

Add the dependency: Clojars Project

Copyright

© 2011-2023 Ludger Solbach

License

Eclipse Public License 1.0

Code Repository

CljComponents on GitHub