Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-polygon-2-expected.svg
blob: 3fe05b652ec97cd73139bfe87ba558f1b94dfabf [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<defs>
<clipPath
id
=
"clip"
clip-rule
=
"evenodd"
>
<polygon
points
=
"0,0 100,200 200,0 0,200 100,0 200,200 0,0"
/>
</clipPath>
</defs>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#clip)"
/>
</svg>