rasterific-svg: SVG renderer based on Rasterific.

[ bsd3, graphics, library, program, svg ] [ Propose Tags ]

SVG renderer that will let you render svg-tree parsed SVG file to a JuicyPixel image or Rasterific Drawing.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1, 0.2, 0.2.2, 0.2.2.1, 0.2.3, 0.2.3.1, 0.2.3.2, 0.3, 0.3.1, 0.3.1.1, 0.3.1.2, 0.3.2, 0.3.2.1, 0.3.3, 0.3.3.1, 0.3.3.2
Change log changelog
Dependencies base (>=4.6 && <4.9), binary (>=0.7), bytestring (>=0.10), containers (>=0.5), directory (>=1.0), filepath, FontyFruity (>=0.5 && <0.6), JuicyPixels (>=3.2 && <3.3), lens (>=4.5 && <5), linear (>=1.16), mtl (>=2.1 && <2.3), optparse-applicative (>=0.11 && <0.13), Rasterific (>=0.6.1 && <0.7), rasterific-svg, scientific (>=0.3), svg-tree (>=0.3.1 && <0.4), text (>=1.2), transformers (>=0.3 && <0.5), vector (>=0.10) [details]
License BSD-3-Clause
Author Vincent Berthoux
Maintainer Vincent Berthoux
Category Graphics, Svg
Source repo head: git clone git://github.com/Twinside/rasterific-svg.git
this: git clone git://github.com/Twinside/rasterific-svg.git(tag v0.2.3.2)
Uploaded by VincentBerthoux at 2015-10-01T11:24:07Z
Distributions LTSHaskell:0.3.3.2, NixOS:0.3.3.2, Stackage:0.3.3.2
Reverse Dependencies 2 direct, 0 indirect [details]
Executables svgrender
Downloads 13778 total (58 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-10-01 [all 1 reports]

Readme for rasterific-svg-0.2.3.2

[back to package description]

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.