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
Hello and thank you again for the amazing work with this library.
I recently discovered Photoshop mask "feather" feature and also found that it is available in the library, via the vectorMaskFeather property.
But when doing some experiments with it, I noticed that using it sometimes leads to producing corrupted files.
I was able to reduce the issue to this:
Hello and thank you again for the amazing work with this library.
I recently discovered Photoshop mask "feather" feature and also found that it is available in the library, via the
vectorMaskFeather
property.But when doing some experiments with it, I noticed that using it sometimes leads to producing corrupted files.
I was able to reduce the issue to this:
The image referenced in the code is this one:
You can toggle the
SHOW_BUG
variable to compare with and without the bug happening.I experimented this with node
16.13.0
and library version18.0.1
.Otherwise, the feature seems to be working well, as long as there no layer with a
canvas
property in the document.Hopping you can help with this, thanks in advance !
The text was updated successfully, but these errors were encountered: