Sign in
webkit
/
WebKit
/
1c6fd1eb8842f713bc59ed735f10366234272fa3
/
.
/
LayoutTests
/
accessibility
/
resources
/
svg-circle.svg
blob: 7aa86ffd61e0c59a39247622593d68c03bb398a2 [
file
] [
log
] [
blame
]
<svg
viewBox
=
"0 0 95 50"
xmlns
=
"http://www.w3.org/2000/svg"
>
<g
stroke
=
"green"
fill
=
"white"
stroke-width
=
"5"
>
<circle
cx
=
"25"
cy
=
"25"
r
=
"15"
/>
<text>
circle
</text>
</g>
</svg>