0

Is it somehow possible to export SVG icon from the Sketch without the "?xml" tag?

Thank you.

Michael Rýdl
  • 97
  • 1
  • 8

1 Answers1

0

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).

Michael Kay
  • 156,231
  • 11
  • 92
  • 164