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
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added toDataURL() and toDataURLAsync().
Added addCircularImage(), similar to addCircle().
Added setTextSize(), similar to setTextFont() but changes the font size only (not the font itself).
Added all overloads for addImage().
(Documentation) Added MDN link for addImage().
Changed
createBeveledPath() now accepts an object type BeveledRadiusOptions.
Renamed addBevelImage() to addBeveledImage() to prevent confusions (naming inconsistency). The old method is still available but it's deprecated and will be removed in the next major update.