petrovskiy / svg-explorer-extension

Automatically exported from code.google.com/p/svg-explorer-extension
0 stars 0 forks source link

clipPath not supported #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: