Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-margin-box-expected.svg
blob: 61ce12183b6177b1b01c4652a476caf8cbd9c167 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip"
>
<circle
cx
=
"100"
cy
=
"100"
r
=
"100"
/>
</clipPath>
<rect
x
=
"10"
y
=
"10"
width
=
"180"
height
=
"180"
fill
=
"green"
stroke
=
"green"
stroke-width
=
"20"
clip-path
=
"url(#clip)"
/>
</svg>