https://issues.apache.org/ooo/show_bug.cgi?id=124852
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] |g | --- Comment #1 from Armin Le Grand <[email protected]> --- Took a look. Problem is that groups with transforms and referenced ClipPaths are used. In this case (tf.svg): <g transform="translate(128,128)" clip-path="url(#clipPathFlag)"> <rect .../> </g> The ClipPath and transform is applied to the group context, but the ClipPath is *not* transformed in the group definition. This is by purpose (I checked SvgStyleAttributes::add_postProcess where I remember to have changed that for another fix, see svgstyleattributes.cxx:1116, see comment there). If I apply these, the import is correct (except the missing filtering stuff). I remember to have seen somewhere in SVG spec that this is as it should be (which would mean that the files are wrong). Adding Regina to CC. @Regina: In the example above, does transform need to be applied to the referenced clip-path or not? AFAIK the SVG spec says not to apply it, but then the example files would be wrong. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
