Parsing complex SVG files #216
vasarhelyi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have been using
svgpathtools
lately and I run into problems when the SVG file to parse contains hierarchical, grouped, translated etc elements. The importer does not treat these well but in the meantime does not even give error messages. Is there any attempt to generalizesvg2paths
to be able to handle these more complex but yet official SVG definitions? Or if not, any attempt to warn users about possibly bad imports when some SVG tags are not known by the importer? The current solution in which the parsing executes but it gives bad results is the worst of all cases unfortunately. Otherwise, the tool is really great when I create flat simple plain SVG files... Thanks!Beta Was this translation helpful? Give feedback.
All reactions