File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# SVG file parsing / rendering library
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/PhenX/php-svg-lib.svg?branch=master )] ( https://travis-ci.org/PhenX/php-svg-lib )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/PhenX/php-svg-lib/badge.svg )] ( https://coveralls.io/r/PhenX/php-svg-lib )
5
+
6
+
7
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/phenx/php-svg-lib/v/stable )] ( https://packagist.org/packages/phenx/php-svg-lib )
8
+ [ ![ Total Downloads] ( https://poser.pugx.org/phenx/php-svg-lib/downloads )] ( https://packagist.org/packages/phenx/php-svg-lib )
9
+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/phenx/php-svg-lib/v/unstable )] ( https://packagist.org/packages/phenx/php-svg-lib )
10
+ [ ![ License] ( https://poser.pugx.org/phenx/php-svg-lib/license )] ( https://packagist.org/packages/phenx/php-svg-lib )
11
+
3
12
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.
4
13
5
14
This project was initialized by the need to render SVG documents inside PDF files for the [ DomPdf] ( http://dompdf.github.io ) project.
You can’t perform that action at this time.
0 commit comments