Sign in
webkit
/
WebKit
/
0262859ca3a360fd8ea90b94b5f9700667584084
/
.
/
LayoutTests
/
svg
/
clip-path
/
webkit-clip-path-before.svg
blob: 0110e23df7595e1fb1f9410da4a9ff55904398ec [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
>
<circle
cx
=
"100"
cy
=
"100"
r
=
"100"
/>
</clipPath>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
style
=
"
-webkit-clip-path
:
url
(
#clip1
)
"
/>
</svg>