Sign in
webkit
/
WebKit
/
bca6a17c8003e5706cd9431626529283bc9ea2b4
/
.
/
Websites
/
webkit.org
/
demos
/
webmetal
/
circle.svg
blob: eb7a0e91284eb26742d3ae106747ae6721f81974 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
viewBox
=
"0 0 100 100"
>
<circle
fill
=
"rgb(224, 224, 224)"
cx
=
"50"
cy
=
"50"
r
=
"40"
/>
<circle
fill
=
"none"
stroke
=
"rgb(224, 224, 224)"
stroke-width
=
"0.5"
stroke-dasharray
=
"2.5 2"
cx
=
"50"
cy
=
"50"
r
=
"41"
/>
</svg>