`skew`, `skewX`, and `skewY` are parameterized by numbers instead of angles
nsaunders opened this issue · 0 comments
nsaunders commented
Describe the bug
skew, skewX, and skewY accept Number arguments.
To Reproduce
See for yourself.
Expected behavior
These functions should accept angle arguments instead.
Additional context
See MDN for more info.