meerk40t / svgelements

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

1.4.6 - Color(None) avoids crashing. #92

Closed tatarize closed 3 years ago

tatarize commented 3 years ago

SVG allows for "none" as a color, given that it's the correct action to allow such a color and prevent accessing any features from crashing. None returns should be dealt with by the end users.