Comment 3 for bug 813829

Revision history for this message
su_v (suv-lp) wrote :

Dislocation of the rendered markers disappears after forcing a rewrite of the path data and style atttributes (e.g. select all, or 'Ctrl+select' the vertical dimension line, and nudge with arrow keys).

Old path data (exposes bug):

      <path
         d="M 208.597550 250.876164 H 565.620290"
         marker-start="url(#Arrow1Lstart)"
         marker-end="url(#Arrow1Lend)"
         stroke-width="1"
         id="path3103" />

After a rewrite of the object (renders correctly):

      <path
         d="m 208.59755,250.87616 357.02274,0"
         id="path3103"
         inkscape:connector-curvature="0"
         style="stroke-width:1;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend)" />

Only affects the start/end markers of the vertical dimension lines.