diagrams-svg-1.4.1: SVG backend for diagrams drawing EDSL.
This package provides a modular backend for rendering
diagrams created with the diagrams EDSL to SVG
files. It uses lucid-svg
to be a native
Haskell backend, making it suitable for use on
any platform.
The package provides the following modules:
- Diagrams.Backend.SVG.CmdLine - if you're just getting started with diagrams, begin here.
- Diagrams.Backend.SVG - look at this next. The general API for the SVG backend.
Additional documentation can be found in the README file distributed with the source tarball or viewable on GitHub: https://github.com/diagrams/diagrams-svg/blob/master/README.md.
- Diagrams