Sign in
webkit
/
WebKit
/
3280e000eb50f51518640837f991471c4062489a
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-no-content-001.svg
blob: 2e2ca6f80b7425d9ec04b1b9305719de6e07a299 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
>
</clipPath>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#clip1)"
/>
</svg>