Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
root d8c1b4a1be initial 5 anos atrás
..
src initial 5 anos atrás
tests/Svg initial 5 anos atrás
.gitattributes initial 5 anos atrás
.gitignore initial 5 anos atrás
.travis.yml initial 5 anos atrás
COPYING initial 5 anos atrás
COPYING.GPL initial 5 anos atrás
README.md initial 5 anos atrás
composer.json initial 5 anos atrás
phpunit.xml initial 5 anos atrás

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.