What steps will reproduce the problem?
Create a svg-file with the usual document structure and this content:
<clipPath id="c">
<polygon points="50 0 100 50 50 100 0 50"/>
</clipPath>
<g clip-path="url(#c)">
<polygon points="0 0 0 100 100 0" fill="green"/>
<polygon points="100 100 100 0 0 100" fill="white"/>
</g>
What is the expected output? What do you see instead?
Instead of a green-white rectangle, I see two triangles.
What version of the product are you using? On what operating system?
0.1.1 x64 signed on Windows 7 Pro 64Bit
Original issue reported on code.google.com by dlichti...@gmail.com on 13 Dec 2013 at 8:17
Original issue reported on code.google.com by
dlichti...@gmail.com
on 13 Dec 2013 at 8:17Attachments: