dompdf / php-svg-lib

SVG file parsing / rendering library
GNU Lesser General Public License v3.0
1.4k stars 77 forks source link

Extended rotate transformation to support rotation about another point #44

Closed stollr closed 6 years ago

stollr commented 6 years ago

SVG supports the rotation of an element about another point (see here). php-svg-lib did not support this before. So I added this feature.

This fixes issue #15.

I got the idea for the implementation from https://github.com/deeplook/svglib/. Credits to @deeplook.

stollr commented 5 years ago

Thanks for mergin :-)

alsofronie commented 5 years ago

Can you make a release with this?