php-svg-lib
php-svg-lib copied to clipboard
Apply skew using Surface::transform
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.