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
Added CCS filter, fixed unclosed layers and replied to review comments
This update addresses 3 main things:
- Support for CSS filter strings was added to the beginLayer API
- Unclosed layers are now never rasterized when the canvas is presented
to the user. Instead, the content of the layer is preserved and will
be rasterized in a later frame, if/when the layer is closed.
- Replied to the first round of review comments.
0 commit comments