v1.0.1 #121
samizdatco
announced in
Announcements
v1.0.1
#121
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bugfixes
drawCanvas()
routine now works even when the destination canvas is later saved as an SVG (previously, the source canvas would be missing from the output). Caveat: this only works if the destination canvas is using the defaultsource-over
blend mode, has itsglobalAlpha
set to 1, and is not using shadows or theeffect
property. If any of those defaults have been changed, the drawn canvas will not appear in the saved SVG. Bitmap and PDF exports do not have this restriction.Misc. Improvements
fullscreen
event to theWindow
class to flag changes into and out of full-screen mode.This discussion was created from the release v1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions