SVG file parsing / rendering library

Brian Sweeney 4cd2b07851 Add PHP 8.2, 8.3 to unit tests 2 months ago
.github 4cd2b07851 Add PHP 8.2, 8.3 to unit tests 2 months ago
src eb045e5181 Update Cpdf library header 2 months ago
tests 46b25da816 Update PathTest.php for PHPunit compatibility 2 months ago
.gitattributes 52d6776e14 Update .gitignore and .gitattributes 4 months ago
.gitignore 52d6776e14 Update .gitignore and .gitattributes 4 months ago
AUTHORS.md 3dccb122c0 Add authors file 2 months ago
LICENSE 6fd8b90647 Update license file with correct license (LGPL v3) 1 year ago
README.md 519791c91f Update README links 4 months ago
SECURITY.md 4b43073f39 Create SECURITY.md 8 months ago
composer.json 100d0b237e Update Composer namespace 2 months ago
phpunit.xml 0d1871c732 Drop PHP support older than 7.4 2 years ago

README.md

SVG file parsing / rendering library

Build 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.