Sign in
webkit
/
WebKit
/
9e9f82894faa7708e8af1f05e9d485cbe8db52f4
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-stroke.svg
blob: 7dbb9f7167cac1292200f4053a730026882cff76 [
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
()
stroke
;
"
/>
</svg>