mgrulich/php-svg-lib

A library to read, parse and export to PDF SVG files.

v0.5 2018-03-12 11:00 UTC

This package is not auto-updated.

Last update: 2024-05-15 08:29:34 UTC


README

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.