meerk40t / svgelements

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

Parse Font Crash #120

Closed tatarize closed 1 year ago

tatarize commented 3 years ago
  File "meerk40t\svgelements.py", line 8356, in parse
  File "meerk40t\svgelements.py", line 7488, in __init__
  File "meerk40t\svgelements.py", line 3224, in __init__
  File "meerk40t\svgelements.py", line 7582, in property_by_values
  File "meerk40t\svgelements.py", line 7542, in parse_font
IndexError: list index out of range

Apparently the list index values can match and yet lack some of the indexes.

tatarize commented 1 year ago

This may have been fixed. Unsure since the data is unclear but the font parsing was changed a bunch to fix the redos bug.