SVG export suffixing layer names with '_1_'
As per SVG export _1_
When copying a layer to the clipboard the ID for a layers name is suffixed with '_1_' in the SVG code. In the snippet below my layer is called 'layerName' but the copied SVG labels it 'layerName_1_'.
<rect id="layerName_1_" x="0.5" y="0.5" style="&st0;" width="130.6" height="72.7"/>
If I 'Save As' .svg the same file and open up the 'SVG Code...' panel available during export the code looks correct?
<rect id="layerName" x="123.6" y="127.3" style="&st0;" width="130.6" height="72.7"/>
Bug?
Thanks,
Chris