Topic: Wrong coordinations of all text elements in SVG
I found problem in export to SVG file. All text elements have wrong coordinations. Please take a look at next part of my SVG:
<text x="0" y="13" font-family="Times New Roman" font-size="13" fill="#000000">-8</text>
<text x="0" y="13" font-family="Times New Roman" font-size="13" fill="#000000">-6</text>
<text x="0" y="13" font-family="Times New Roman" font-size="13" fill="#000000">-4</text>
<text x="0" y="13" font-family="Times New Roman" font-size="13" fill="#000000">-2</text>
<text x="0" y="13" font-family="Times New Roman" font-size="13" fill="#000000">2</text>
<text x="0" y="13" font-family="Times New Roman" font-size="13" fill="#000000">4</text>
<text x="0" y="13" font-family="Times New Roman" font-size="13" fill="#000000">6</text>
<text x="0" y="13" font-family="Times New Roman" font-size="13" fill="#000000">8</text>
Please correct it.
Many thanks.