bodoni / svg

Composer and parser for SVG
Other
302 stars 44 forks source link

Escape characters not working #49

Closed Harri-Renney closed 3 years ago

Harri-Renney commented 3 years ago

Came across an issue where the parser does not match correctly when a "<" is included in an attribute value. This seems to be a problem with all these special characters. Using the expected alternative to escape the characters, such as "<" has the same issue.

IvanUkhov commented 3 years ago

Can you please given an example that is according to the spec but not parsed correctly?

IvanUkhov commented 3 years ago

Should be solved by #52 when it comes to entity and character references.