Sign in
webkit
/
WebKit
/
3b4a71b86e9463fbde4635e3ee4b2228ac597d85
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-polygon-1-expected.svg
blob: 551a5f59ef837d86e75a691590aa314a42a54145 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<defs>
<clipPath
id
=
"clip"
clip-rule
=
"nonzero"
>
<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>