meerk40t / svgelements

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

svgelements does not process nested SVG objects. #80

Closed tatarize closed 3 years ago

tatarize commented 3 years ago

Several W3C tests included SVG objects, these were failed due to the lack of recursive SVG processing. Including but not limited to image data objects containing .svgz objects.

Implementing this would require the ability to process svgz files which is a gzip applied to svg file.

tatarize commented 3 years ago

This seems like it may work, some of the functional tests nest these like that to test the viewbox and they function.

tatarize commented 3 years ago

These work.