Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when converting costumes with unexpected clip masks
The "Rays" backdrop from the library has an extra path element with clipMask === true, which causes an error in both convertToBitmap and convertToVector as paths don't have a size property. The fix is to only resize the mask created by paint, which will have guide === true.
- Loading branch information