Comment 0 for bug 1449476

Revision history for this message
gillnrb (gillnrb) wrote :

Hello, this happens in my installation (new 9.1/Win7) to styled texts with certain heigths only
style example is:

font size 3.5 is ok, as is 2.8
font sizes 3.4 and 2.9 misalign the stroke.

Never occurred in previous release

Sample Style:
  .specialCharX {stroke:red; stroke-width:0.1; stroke-linejoin:miter; stroke-linecap:butt; fill:black; font-family:'GPS Sans'; font-size:3.5px;}
  .specialCharY {stroke:red; stroke-width:0.1; stroke-linejoin:miter; stroke-linecap:butt; fill:black; font-family:'GPS Sans'; font-size:3.4px;}

And the Text:
  <text id='DIM_KleinA' x='105.5' y='108' text-anchor='start' class='specialCharX'> ABC123 </text>
  <text id='DIM_KleinA' x='105.5' y='104' text-anchor='start' class='specialCharY'> ABC123 </text>

PDF output is in the attachment