qorf / quorum-language

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

Updated the FlowChartWriter to remove dead code and fix NodeName replacement #62

Closed Pen-a11y closed 1 year ago

Pen-a11y commented 1 year ago

To fix the NodeName special character replacement for the character ampersand, as ampersand can't be used in an SVG. I added a second variable which is used for the SVG attributes and replaces the ampersand with a special character.