repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
resources
/
circle.svg
blob
209b9f4e5b5d55b45b5ec80dac25873d06dfb593
1
<?xml
version
=
"1.0"
?>
2
<!DOCTYPE
svg PUBLIC
"-//W3C//DTD SVG 1.0//EN"
3
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
>
4
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"200"
height
=
"200"
>
5
<circle
cx
=
"50%"
cy
=
"50%"
r
=
"80"
style
=
"fill:blue;"
/>
6
</svg>