I traced the culprit to style="opacity:0.45" in the XML below.
What could I have done wrong, or Inkscape done wrong, to cause this value to no longer register accurately in Inkscape?
Code: Select all
<path
inkscape:connector-curvature="0"
id="path3941"
d="m 15.0965,8.8505107 c 0.862497,1.5637413 0.845042,4.6190423 -0.300062,6.5940423 -1.84218,3.177269 -8.0597621,1.14166 -6.5496668,-2.855728 C 10.329612,7.0753152 13.797803,6.4959207 15.0965,8.8505107 z"
style="opacity:0.45;fill:#e2041b;stroke:#86d6f3;stroke-width:0.99984103;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
sodipodi:nodetypes="ssss" />
This is an object that has been copied across several project files, and although originally I had set the alpha with one of the sliders, at some point the XML and Inkscape started to disagree.
Has anyone experienced something like this before?
It was easy to fix the XML but I'd like to avoid it recurring in the future. Thanks.