Dashboard sipadu mbip
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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.