https://issues.apache.org/ooo/show_bug.cgi?id=122522
--- Comment #7 from Armin Le Grand <[email protected]> --- ALG: Reduced the exaple to only have two lines and the letters of the last molecule. Mozilla and Safari render it the same. Lines: Each has it's own group, in the group a style with stroke-width, th eline itself also has a stroke-width (same numerical value). The group also defines a transform. Which stroke-width is valid and does it underly the transformation in the parent group? Letters: text elements have a style element which contains a font-size statement and a direct font-size statement, both numerically different. Which one wins in such a case? Removing the non-style font-size statement makes it look better. Need to check what SVG spec says about such a case. -- You are receiving this mail because: You are on the CC list for the bug.
