Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
compositing
/
resources
/
circle-with-text.svg
blob: eacc132da39b73da6c3c5d54937e35bf926c302e [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"200"
height
=
"200"
>
<circle
cx
=
"50%"
cy
=
"50%"
r
=
"80"
style
=
"
fill
:
blue
;
"
/>
<text
x
=
"20%"
y
=
"50%"
fill
=
"white"
>
Here is some text
</text>
</svg>