Reputation: 97
Is it somehow possible to export SVG icon from the Sketch without the "?xml" tag?
Thank you.
Upvotes: 0
Views: 125
Reputation: 163342
Probably not; but if the XML declaration causes problems (for example because you want to concatenate multiple XML documents into a single one) then there are easy ways to solve that (for example by using XML-aware tools, such as XSLT, to do the concatenation).
Upvotes: 0