Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
root d8c1b4a1be initial пре 5 година
..
src initial пре 5 година
tests/Svg initial пре 5 година
.gitattributes initial пре 5 година
.gitignore initial пре 5 година
.travis.yml initial пре 5 година
COPYING initial пре 5 година
COPYING.GPL initial пре 5 година
README.md initial пре 5 година
composer.json initial пре 5 година
phpunit.xml initial пре 5 година

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.