qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Handle Reserved Characters #49

Closed MelissaStefik closed 1 year ago

MelissaStefik commented 1 year ago

The current version of the chart system does not take into account HTML special characters. This fix adds in a custom processor into the primary SVG object class, allowing subclasses to properly manage these characters. This should cover most of the cases, but it's possible I missed a spot.