dompdf / php-svg-lib

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

Apply skew using Surface::transform #89

Closed bsweeney closed 1 year ago

bsweeney commented 2 years ago

The Surface interface does not define a skewX nor a skewY method. For the time being we can achieve the same result using a generic transformation matrix.