osresearch / plotter-vision

Hidden Wireframe removal demo in p5.js
GNU General Public License v2.0
83 stars 17 forks source link

xml declaration is bad #20

Closed pilhuhn closed 2 years ago

pilhuhn commented 3 years ago

When exporting SVG, the first line reads

<?xm version='1.0'?>

but should be

<?xml version='1.0'?>

See https://www.w3.org/TR/xml/#NT-XMLDecl