You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after i set ctx.transform(0, 0, 0, 0.3, 0, 800), i cannot set transform or resetTransform.
the ctx.getTransform().toString() will always be matrix(1,0,0,1,0,0).
version 2.11.0
i guess it occurs when transform matrix.a === 0
the same code i run in browser canvas is correct
The text was updated successfully, but these errors were encountered:
after i set ctx.transform(0, 0, 0, 0.3, 0, 800), i cannot set transform or resetTransform.
the ctx.getTransform().toString() will always be matrix(1,0,0,1,0,0).
version 2.11.0
i guess it occurs when transform matrix.a === 0
the same code i run in browser canvas is correct
The text was updated successfully, but these errors were encountered: