Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-polygon-2.svg
blob: e573fda91a4724f617187f87b8ad30f43d03a8a9 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
style
=
"
-webkit-clip-path
:
polygon
(
evenodd
,
0
0
,
100px
200px
,
200px
0
,
0
200px
,
100px
0
,
200px
200px
,
0
0
)
"
/>
</svg>