Rexeh / joystick-diagrams

Automatically output your tool/game HID configs into printable diagrams with all your binds.
https://joystick-diagrams.com
GNU General Public License v2.0
146 stars 23 forks source link

Fix SVG Encoding issues #10

Closed Rexeh closed 3 years ago

Rexeh commented 3 years ago

Certain chars break SVG from config files. Convert to safe format before export.

Chars found so far: & More Than > Less Than <

Rexeh commented 3 years ago

Closed