Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-on-svg-005.svg
blob: 8f6a4584ba00883e8b8376d6750a78add136f18b [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
style
=
"
-webkit-clip-path
:
url
(
#clip1
)
"
>
<clipPath
id
=
"clip1"
>
<rect
x
=
"50"
y
=
"50"
width
=
"100"
height
=
"100"
/>
</clipPath>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
/>
</svg>