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

Apply skew using Surface::transform

Open bsweeney opened this issue 3 years ago • 0 comments

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.

bsweeney avatar Jul 08 '22 14:07 bsweeney