meerk40t / svgelements

SVG Parsing for Elements, Paths, and other SVG Objects.
MIT License
124 stars 28 forks source link

Fix crash on paths without a data attribute #252

Closed dojoe closed 1 month ago

dojoe commented 2 months ago

Default the retrieved data attribute value to the empty string instead of None.

dojoe commented 2 months ago

Fix for #245