rasterific-svg

SVG renderer based on Rasterific.

Version on this page:0.2.3.2
LTS Haskell 22.14:0.3.3.2@rev:3
Stackage Nightly 2024-03-28:0.3.3.2@rev:3
Latest on Hackage:0.3.3.2@rev:3

See all snapshots rasterific-svg appears in

BSD-3-Clause licensed and maintained by Vincent Berthoux
This version can be pinned in stack with:rasterific-svg-0.2.3.2@sha256:94eb47f89379e41ed017cc53e4a69d7334ca24f4cfcfb4804d74edd47b63b4bb,2405

Module documentation for 0.2.3.2

Rasterific-svg

Build Status Hackage 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.

This package can render SVG to an image or transform it to a PDF.