SVG file parsing / rendering library

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

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.