mgrulich / php-svg-lib
一个用于读取、解析并将 SVG 文件导出为 PDF 的库。
v0.5
2018-03-12 11:00 UTC
Requires
- sabberworm/php-css-parser: 8.1.*
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is not auto-updated.
Last update: 2024-10-02 10:12:16 UTC
README
该库的主要目的是通过 \Svg\Surface
PHP 接口将 SVG 渲染到表面,例如图像或 PDF。
该项目是为了满足在 DomPdf 项目中在 PDF 文件内渲染 SVG 文档的需求而初始化的。