Export SVG graphics for web
Now code of exporting SVG files starts like this:
<svg xmlns="http://www.w3.org/2000/svg" width="32." height="32" viewBox="0 0 32.000 32.000">...
Please add line "<?xml version="1.0" encoding="utf-8"?>" befor <svg xmlns=...>
Because lack of this string made issue with embedding SVG in content
4
votes
Asya
shared this idea