MIF_E31222707/vendor/dompdf/php-svg-lib
adeliaala 0d288a48b9 done 2025-07-15 13:57:20 +07:00
..
src/Svg done 2025-07-15 13:57:20 +07:00
AUTHORS.md done 2025-07-15 13:57:20 +07:00
LICENSE done 2025-07-15 13:57:20 +07:00
README.md done 2025-07-15 13:57:20 +07:00
composer.json done 2025-07-15 13:57:20 +07:00

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.