osresearch/plotter-vision

xml declaration is bad

pilhuhn opened this issue · 0 comments

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