Sign in
webkit
/
WebKit
/
0262859ca3a360fd8ea90b94b5f9700667584084
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-polygon-relative.svg
blob: 68ccaecd3cdde629c6c3a8c714d54f180ad3bcb4 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"50"
y
=
"50"
width
=
"200"
height
=
"200"
fill
=
"green"
style
=
"
-webkit-clip-path
:
polygon
(
0%
0%
,
100%
0%
,
100%
100%
,
0%
100%
)
"
/>
</svg>