Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-stroke.svg
blob: f4eeadad33cf97f3e1f908102282704ca3ae71ed [
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-box
;
"
/>
</svg>