https://bugs.documentfoundation.org/show_bug.cgi?id=149673
--- Comment #6 from Xisco FaulĂ <[email protected]> --- The problem is that the code first apply the opacity to each circle and then it groups them, it should be the other way around. The current behaviour is when code looks like <g id="g1"> <circle id="circle1" cx="100" cy="60" fill="#f00" r="40" opacity="0.5"/> <circle id="circle2" cx="70" cy="100" fill="#0f0" r="40" opacity="0.5"/> <circle id="circle3" cx="130" cy="100" fill="#00f" r="40" opacity="0.5"/> </g> -- You are receiving this mail because: You are the assignee for the bug.
