Comment 24 for bug 174720

Revision history for this message
madworm (madworm-de-inkscape) wrote :

There's an issue with circles as markers. After replacing "currentColor" with a color value e.g. "black" the markers shop up just fine, no matter if filled or not filled. But I can't change the stroke width !

The point markers are defined in a <defs>...</defs> section right at the beginning of the .svg file and a stroke width is also set there. Later they are "drawn" with a translate command several times.

I can resize the circles, change stroke/fill color, but any input to stroke width is ignored. The stroke width always scales when the circle is resized.

The normal behaviour is restored by changing this to that:

<defs>
- <circle id='gpPt5' style='stroke-width:0.222' cx='0' cy='0' r='1'/>
+ <circle id='gpPt5' style='' cx='0' cy='0' r='1'/>
</defs>

I've attached both the original svg createb by gnuplot, and the "fixed" one.

gnuplot version: 4.2 patchlevel 3
inkscape version: 0.46, built Dec 3 2008
os: openSUSE 11.1