Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
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>