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
There appear to be a number of features from the WHATWG HTML Living Standard for the <canvas> API that blank-canvas does not currently implement. The ones that are widely supported among popular web browsers are:
There appear to be a number of features from the WHATWG HTML Living Standard for the
<canvas>
API thatblank-canvas
does not currently implement. The ones that are widely supported among popular web browsers are:getLineDash()
setLineDash()
lineDashOffset
isPointInStroke(x, y)
The text was updated successfully, but these errors were encountered: