Sign in
webkit
/
WebKit
/
e59620e2c2a5636b9d9a05fc64676565efddf2aa
/
.
/
LayoutTests
/
imported
/
blink
/
css3
/
blending
/
resources
/
blue-circle.svg
blob: 79b2466bdc66d43cfd29704315bb00ba5a317ac6 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
version
=
"1.1"
width
=
"100"
height
=
"100"
viewBox
=
"0 0 100 100"
>
<circle
cx
=
"50"
cy
=
"50"
r
=
"40"
stroke
=
"black"
stroke-width
=
"2"
fill
=
"blue"
>
</circle>
</svg>