Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-margin-box.svg
blob: b285d90fd24e75840c4dc07e3ea495dcb84c1b81 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"400"
height
=
"400"
>
<rect
x
=
"10"
y
=
"10"
width
=
"180"
height
=
"180"
fill
=
"green"
stroke
=
"green"
stroke-width
=
"20"
style
=
"
-webkit-clip-path
:
circle
()
margin-box
;
"
/>
</svg>