| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 05:49:39 GMT
X-Served-By: cache-dfw-kdal2120120-DFW, cache-bom-vanm7210058-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768628979.203125,VS0,VE303
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
rasterific-svg: SVG renderer based on Rasterific.
[Skip to Readme]
rasterific-svg: SVG renderer based on Rasterific.
SVG renderer that will let you render svg-tree parsed SVG file to a JuicyPixel image or Rasterific Drawing.
[Skip to Readme]
Downloads
- rasterific-svg-0.3.3.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
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.md |
| Dependencies | base (>=4.6 && <6), binary (>=0.7), bytestring (>=0.10), containers (>=0.5), directory (>=1.0), fail (>=4.9 && <4.10), filepath, FontyFruity (>=0.5.2.1 && <0.6), JuicyPixels (>=3.2), lens (>=4.5), linear (>=1.20), mtl (>=2.1), optparse-applicative (>=0.11), primitive, Rasterific (>=0.7 && <0.8), rasterific-svg, scientific (>=0.3), semigroups (>=0.18 && <0.19), svg-tree (>=0.6.2 && <0.7), text (>=1.2), transformers (>=0.3), vector (>=0.10) [details] |
| License | BSD-3-Clause |
| Author | Vincent Berthoux |
| Maintainer | Vincent Berthoux |
| Uploaded | by VincentBerthoux at 2018-10-08T12:01:00Z |
| Revised | Revision 3 made by VincentBerthoux at 2023-07-13T11:30:23Z |
| 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.3.3.2) |
| 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 | 14532 total (82 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 2018-10-08 [all 1 reports] |
Readme for rasterific-svg-0.3.3.2
[back to package description]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.
patternelement handlingmarkerelement hadnling- Path arcs.
And from SVG 2.0 draft:
- Gradient mesh
This package can render SVG to an image or transform it to a PDF.