Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
root d8c1b4a1be initial 5 år sedan
..
src initial 5 år sedan
tests/Svg initial 5 år sedan
.gitattributes initial 5 år sedan
.gitignore initial 5 år sedan
.travis.yml initial 5 år sedan
COPYING initial 5 år sedan
COPYING.GPL initial 5 år sedan
README.md initial 5 år sedan
composer.json initial 5 år sedan
phpunit.xml initial 5 år sedan

README.md

SVG file parsing / rendering library

Build Status Coverage Status

Latest Stable Version Total Downloads Latest Unstable Version License

The main purpose of this lib is to rasterize SVG to a surface which can be an image or a PDF for example, through a \Svg\Surface PHP interface.

This project was initialized by the need to render SVG documents inside PDF files for the DomPdf project.