On 2013-10-28 21:38 +0200, mathog wrote:
I thought that maybe the clipping was applied upstream somehow, so that the driver level would just draw what was left, but could not test the idea because it seems that clipping has some problems in Trunk right now.
For instance, I found this SVG example on the web:
http://svg-whiz.com/svg/clipRect.svg
and while it loaded into Inkscape (linux or Windows) without throwing a warning or error, and the contents show up in the XML editor, nothing is visible on the screen. That example works in 0.48.4, but not r12721.
Zoom to drawing content (keyboard shortcut '4') to view the content.
This SVG file has width=height=100% and no viewBox attribute:
<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
which results in a miniscule (1x1 px) document page size with current trunk (rev >= 12554). Other than that, the drawing content and the clipped objects displays correctly AFAICT.
Regards, V