exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6.02k stars 557 forks source link

Malformed stroke attributes crash #640

Closed vox-humana closed 4 years ago

vox-humana commented 4 years ago

SVG Edit tool produces polygon with "null" values in stroke attributes by defaults. Macaw expects some double value/values there and does force unwrap for string content which leads to crash.

svg-edit-polygon.svg.zip

vox-humana commented 4 years ago

641 was merged into master 🎉