Improved SVG Importing & Rendering, and Convert To Drawing

Hi Nick, looks like you found a bug- we didn't account for the type SVG attribute, and therefor we have a collision between the Element type and the SVG type attribute. I'll file a bug- at the very least add a fix to my Drawing Editor branch for 8.3

More info on the type attribute and all affected SVG elements here: type - SVG: Scalable Vector Graphics | MDN

4 Likes

Sounds good! For now I just swapped the colours instead of trying to apply a filter to change the colour. Not the end of the world for my application!