BSD-3-Clause licensed and maintained by Vincent Berthoux
This version can be pinned in stack with:rasterific-svg-0.3.3.2@sha256:1b09110c3fcb27a7f2821462a5a1999eac74e7ca7f9133fbf5277a50d3d568a4,2828
Module documentation for 0.3.3.2
Depends on 20 packages
(full list with versions):
base,
binary,
bytestring,
containers,
directory,
filepath,
FontyFruity,
JuicyPixels,
lens,
linear,
mtl,
optparse-applicative,
primitive,
Rasterific,
rasterific-svg,
scientific,
svg-tree,
text,
transformers,
vector Rasterific-svg
SVGTiny loader/renderer/serializer based on Rasterific.
The library is available on Hackage
Current capabilities
The current version implements SVG Tiny1.2 with the exception of:
- non-scaling stroke.
- textArea element.
The implementation also implements feature from SVG 1.1 like:
- Advanced text handling (text on path, dx/dy), but with
low support for Unicode, right to left and vertical text.
- CSS Styling, using CSS2 styling engine.
pattern
element handling
marker
element hadnling
- Path arcs.
And from SVG 2.0 draft:
This package can render SVG to an image or transform it to a PDF.
Change log
v0.3.3.2 October 2018
v0.3.3.1 March 2018
- Providing Semigroup instances
v0.3.3 2017
- Fix: Arc rendering, some cases where mishandled
- Addition: linked patterns handling
- Fix: gradient transformation handling
- Fix: better handling of viewbox attribute.
v0.3.2.1 November 2016
- Fix: handling of “matrix()” transform
- Fix: stroking with evenodd fill method.
- Fix: handling of miter-limit value
v0.3.2 October 2016
- Bumping Rasterific dep
- Bumping svg-tree dep
- Adding SVG2 gradient mesh rendering
v0.3.1.2 May 2016
v0.3.1.1 March 2016
- Fix: Bumping to svg-tree 0.5
- Fix: Bumping linear to 0.20
v0.3 February 2016
- Fix: Updating to handle svg-tree 0.4
v0.2.3.2 October 2015
- Fix: bumping optparse-applicative upper bound
v0.2.3.1 May 2015
- Fix: Bumping Rasterific version to compiler
without problems with GHC 7.6
v0.2.3 May 2015
- Adding: PDF output
- Fix: font cache created in temp dir
v0.2.2.1 May 2015
- Fix: GHC < 7.10 compilation
v0.2.2 May 2015
- Fix: lens upper bound, and removing it.
v0.2.1 May 2015
- Adding: support for arc in path
v0.2 April 2015
- Bumping: using svg-tree 0.3
v0.1.1 April 2015
- Fix: Fixing GHC 7.10.1 related warnings
- Fix: Group transparency.
v0.1.0.3 March 2015
- Fix: Bumping lens dependency
v0.1.0.2 February 2015
- Fix: Removing all test suites from distribution package.
- Fix: Lowering some low version bounds.
v0.1.0.1 February 2015
- Fix: Removing bench from test suite.
v0.1 February 2015