v0.9.30 #100
samizdatco
announced in
Announcements
v0.9.30
#100
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
reset()
method to FontLibrary which uninstalls any fonts that had been dynamically installed viaFontLibrary.use()
use()
method now checks for previously installed fonts with the same family name (or alias) and will replace them with the newly added fontBugfixes
clip
with an empty path (or one that does not intersect the current clipping mask) will now prevent drawing altogethertranslate
,rotate
, etc.) and line-drawing methods (moveTo
,lineTo
,ellipse
, etc.) are now silently ignored if called withNaN
,Infinity
, or non-Number values in the arguments rather than throwing an errorconicCurveTo()
now correctly reflects the canvas's transform stateloadImage()
now returns a Promise that correctly resolves to an Image object<rect/>
as their first elementnode:alpine
docker images and the version used when building the precompiled binariesMisc. Improvements
This discussion was created from the release v0.9.30.
Beta Was this translation helpful? Give feedback.
All reactions