meerk40t / svgelements

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

% value stroke_width values are not preprocessed during the parse. #63

Closed tatarize closed 3 years ago

tatarize commented 3 years ago

The parse would have the information needed to determine the stroke_width values and these are not parsed themselves. Without that parsing this information can't be determined after the fact in a robust way. Other values like the parsing PPI is also needed to fully grasp the stroke_width value.

tatarize commented 3 years ago

Corrected in 1.4