php-svg icon indicating copy to clipboard operation
php-svg copied to clipboard

Vector graphics (SVG) library for PHP

Results 38 php-svg issues
Sort by recently updated
recently updated
newest added

Hi, I went through the documentation and the questions here on github and could not find an answer. Here is my situation. I need to read in an svg and...

See https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use

feature

would it be possible to add rotation of text? SVG output was fairly easy with something like `setAttribute('transform', 'rotate(-45)')`, but PNG output is fairly more complicated. it would need: *...

feature

There is no support for the `` element and its possible child elements, like `` or ``.

feature

Currently ``s are not supported. The spec is here: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask

feature

**Behavior:** ``` Remaining direct deprecation notices (2) 1x: trim(): Passing null to parameter #1 ($string) of type string is deprecated 1x: imagefilledpolygon(): Using the $num_points parameter is deprecated ``` **Versions:...

Great library! It deserves to be more than a version 0 though. Idea: publish a version 1 as a snapshot, with the current PHP requirement. Then drop PHP 7 (which...

This is a WIP (if that).. creating this WIP PR to propose a direction to move to.

Currently, the first example (SVG code pasted below) from [this Mozilla page](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Patterns) renders as completely blank for me. ```xml ```

Images exported to SVG from Corel sometimes use internal CSS: ``` ``` And they are rendered by this library as black.