svg-tree

SVG file loader and serializer

Version on this page:0.1.0.2
LTS Haskell 22.18:0.6.2.4@rev:2
Stackage Nightly 2024-04-25:0.6.2.4@rev:2
Latest on Hackage:0.6.2.4@rev:2

See all snapshots svg-tree appears in

BSD-3-Clause licensed and maintained by Vincent Berthoux
This version can be pinned in stack with:svg-tree-0.1.0.2@sha256:8a81225caa2b490de9bdf9cc78f022ea4a358e71f78a3e9ac9fb44e0a408eaaf,1908

Module documentation for 0.1.0.2

svg-tree provides types representing a SVG document, and allows to load and save it.

The types definition are aimed at rendering, so they are rather comple. For simpler SVG document building, look after `lucid-svg`.

To render an svg document you can use the `rasterific-svg` package