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
it seems ellipse and resetTransform is unsupported yet.
It might be good to add them into Not yet implemented list to prevent error like;
ctx.prototype.ellipse = function () { console.warn ('ellipse function is unsupported at this time') }
ctx.prototype.resetTransform = function () { console.warn ('resetTransform function is unsupported at this time') }
The text was updated successfully, but these errors were encountered:
it seems ellipse and resetTransform is unsupported yet.
It might be good to add them into Not yet implemented list to prevent error like;
ctx.prototype.ellipse = function () { console.warn ('ellipse function is unsupported at this time') }
ctx.prototype.resetTransform = function () { console.warn ('resetTransform function is unsupported at this time') }
The text was updated successfully, but these errors were encountered: