Fabian Meyer
Fabian Meyer
This is not possible yet, as `` elements (and everything they need to function) are not implemented. I will keep this issue open until gradient support is added, so you...
For what it's worth, a barebones `SVG\Nodes\Presentation\SVGLinearGradient` and `SVG\Nodes\Presentation\SVGStop` were added in 0bf3d0fd9160818ae4501dee2aa61b770f75b645. The rasterizer implementation still needs to happen, which is likely a long way off because PHP GD...
> The great thing of 'php-svg' is that it has so little dependency. Yes, and there is no plan to change that.
Thanks a lot! Yes, all of the SVG transforms (rotation, scale, translation, skew, matrix) definitely have to (and will be) implemented. Unfortunately, over the next two months or so, the...
I agree, that is a terrible result. Thank you for making the effort of reporting your experience. Could you perhaps send a link to the original SVG file so that...
There is some progress. The result is still nowhere near the original, but it's getting better. (This comment will be updated whenever things improve.) Task list for tracking things that...
This feature is immensely important, for sure. There are a few caveats though: - `` elements can be nested arbitrarily inside ``. The problem with this is that the whole...
Support for `` and `` reading/writing was added in commit c628ff3f8debcda239f154eb0c5c0177e51df34b through PR #42 by @thomas-blackbird (thank you!). This issue will stay open because the following are still unsupported: -...
Text rendering is now partially supported through PR #54.
You're right, this is a much needed feature. But we need to make sure to not limit ourselves to text elements. E.g. #45 tracks rotation of rectangles and #30 tracks...