Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
root d8c1b4a1be initial vor 5 Jahren
..
src initial vor 5 Jahren
tests/Svg initial vor 5 Jahren
.gitattributes initial vor 5 Jahren
.gitignore initial vor 5 Jahren
.travis.yml initial vor 5 Jahren
COPYING initial vor 5 Jahren
COPYING.GPL initial vor 5 Jahren
README.md initial vor 5 Jahren
composer.json initial vor 5 Jahren
phpunit.xml initial vor 5 Jahren

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.