Menu

Using SVG output in Inkscape

Help
vefremov
2007-05-03
2013-04-09
  • vefremov

    vefremov - 2007-05-03

    I've found that Inkscape doesn't display SVG from rlplot the correct way. Problem is with polyline element - style attributes were ignored. The problem solved by applying the following patch to Export.cpp:

    772c772
    <                       cb = rlp_strcpy(tmptxt, 120, " stroke:");
    ---
    >                       cb = rlp_strcpy(tmptxt, 120, "; stroke:");

    This extra ; resulted in empty style element causing Inkscape to ignore the whole attribute.

     
    • Reinhard Lackner

      Thanks for fixing this bug. It was not apparent using Adobe's SVG-viewer.

      Reinhard

       

Log in to post a comment.

MongoDB Logo MongoDB