https://bugs.documentfoundation.org/show_bug.cgi?id=88117
--- Comment #40 from [email protected] --- In an effort help to solve the Inkscape and Firefox issue looked at the SVG specification: http://www.w3.org/TR/SVG11/masking.html#InitialClippingPath I struggle to understand it all, but it would seem that setting the initial clipping path is something of an special case. While clip-path is a valid property of the svg-element, the specification does seem to suggest that the clip-property should be used instead of the clip-path to set the initial clipping path. "To set the initial clipping path to the bounds of the ‘viewBox’, set the bounds of ‘clip’ property to the same rectangle as specified on the ‘viewBox’ attribute. (Note that the parameters do not match. ‘clip’ takes values <top>, <right>,<bottom> and <left>, whereas ‘viewBox’ takes values <min-x>, <min-y>, <width> and <height>.)" However, I played a little with the clip-property and it seemed to have no effect with Firefox. I'm not sure if the current way is wrong, but removing "clip-path"-attribute from the root svg-element does make the picture show up correctly in Firefox and Inkscape. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
