Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
root d8c1b4a1be initial 5 年前
..
src initial 5 年前
tests/Svg initial 5 年前
.gitattributes initial 5 年前
.gitignore initial 5 年前
.travis.yml initial 5 年前
COPYING initial 5 年前
COPYING.GPL initial 5 年前
README.md initial 5 年前
composer.json initial 5 年前
phpunit.xml initial 5 年前

README.md

SVG file parsing / rendering library

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.