Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
root d8c1b4a1be initial il y a 5 ans
..
src initial il y a 5 ans
tests/Svg initial il y a 5 ans
.gitattributes initial il y a 5 ans
.gitignore initial il y a 5 ans
.travis.yml initial il y a 5 ans
COPYING initial il y a 5 ans
COPYING.GPL initial il y a 5 ans
README.md initial il y a 5 ans
composer.json initial il y a 5 ans
phpunit.xml initial il y a 5 ans

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.