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