meerk40t / svgelements

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

Support data:image/bmp;base64 #133

Closed tatarize closed 2 years ago

tatarize commented 2 years ago

The svg spec only requires jpg and png support but Pillow will actually support a lot of these and should simply detect the format and call load as and that hint. This would permit most forms being loaded.

tatarize commented 2 years ago

Fixed