v0.9.29 #83
samizdatco
announced in
Announcements
v0.9.29
#83
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
matte
argument.Breaking Changes
drawImage()
function is passed a Canvas object as its image source it will now rasterize the canvas before drawing. The prior behavior (in which it is drawn as a vector graphic) can now be accessed through the newdrawCanvas()
method which supports the same numerical arguments asdrawImage
but requires that its first argument be a Canvas.Bugfixes
clearRect()
are now properly antialiasedclip()
method now interprets the current translate/scale/rotate state correctly when combining clipping masksMisc. Improvements
Beta Was this translation helpful? Give feedback.
All reactions