Sign in
webkit
/
WebKit
/
cbcb2ab29b03c287b10daf4d6bbf01921507466a
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-circle-1-expected.svg
blob: 541cf5be547d681ea4d8a2fb1e01bfc3971451f9 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<defs>
<clipPath
id
=
"clip"
>
<circle
cx
=
"100"
cy
=
"100"
r
=
"100"
/>
</clipPath>
</defs>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#clip)"
/>
</svg>