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
Behavior
When a certain layer is a vector (simple pen tool shape), HasImage() returns true but the Picker of said layer has no image data which panics on png.Encode with the message: png: invalid format: invalid image size: 0x0
Expected
A layer which currently can not be parsed, and hence, has no image data, should return false on HasImage.
Behavior
When a certain layer is a vector (simple pen tool shape),
HasImage()
returns true but the Picker of said layer has no image data which panics onpng.Encode
with the message:png: invalid format: invalid image size: 0x0
Expected
A layer which currently can not be parsed, and hence, has no image data, should return false on
HasImage
.Code
The text was updated successfully, but these errors were encountered: