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.