Comment 3 for bug 1676095

Revision history for this message
Eman Modnar (eman-mod) wrote :

I confirm. The two spans have different x-coordinates:

     <tspan
       id="tspan58"
       sodipodi:role="line"
       y="37.487736"
 -> x="248.74701"
       style="stroke-width:1.33333325">75 min</tspan>
     <tspan
       id="tspan60"
       sodipodi:role="line"
       y="52.223732"
 -> x="241.73866"
       style="stroke-width:1.33333325">150 max</tspan>

It is expected that they'll be rendered with offset to each other (http://imgur.com/9mJAhtW), but instead they rendered aligned to the left (http://imgur.com/2iuLeyT). 'text' element has no 'text-align' CSS property set.

I tested trunk version on Linux.