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.