SVG file parsing / rendering library
![]() |
9 months ago | |
---|---|---|
.github | 9 months ago | |
src | 9 months ago | |
tests | 10 months ago | |
.gitattributes | 11 months ago | |
.gitignore | 11 months ago | |
AUTHORS.md | 9 months ago | |
LICENSE | 2 years ago | |
README.md | 11 months ago | |
SECURITY.md | 1 year ago | |
composer.json | 9 months ago | |
phpunit.xml | 3 years ago |
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.