v0.9.28 #75
samizdatco
announced in
Announcements
v0.9.28
#75
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
Breaking Changes
.async
property has been deprecated and will be removed in a future release.saveAs
,toBuffer
, andtoDataURL
methods will now be async-only (likewise the shorthand properties).saveAsSync
,toBufferSync
, andtoDataURLSync
) if you want to block execution while exporting images.Bugfixes
source-in
,source-out
,destination-atop
, andcopy
composite operations now work correctly for paths rather than rendering shapes without color (contributed by @meihuanyu)rect()
now issues an initialmoveTo
rather than extending the path, then leaves the ‘current’ point in its upper left cornerellipse()
extends the current path rather than implicitly closing it (contributed by @meihuanyu)arc()
also extends the current path rather than closing itMisc. Improvements
This discussion was created from the release v0.9.28.
Beta Was this translation helpful? Give feedback.
All reactions