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 anni fa
..
src initial 5 anni fa
tests/Svg initial 5 anni fa
.gitattributes initial 5 anni fa
.gitignore initial 5 anni fa
.travis.yml initial 5 anni fa
COPYING initial 5 anni fa
COPYING.GPL initial 5 anni fa
README.md initial 5 anni fa
composer.json initial 5 anni fa
phpunit.xml initial 5 anni fa

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.