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.

Re: Wrong coordinations of all text elements in SVG

I am not able to reproduce the problem. Which version of Graph are you using?

3 (edited by helour 2011-05-06 09:32:23)

Re: Wrong coordinations of all text elements in SVG

I have checked the newest beta version 4.4.0.496 and all is OK now. Thanks for replay.