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
/
svg
/
custom
/
dominant-baseline-inherit.svg
blob
0f5443c2b2f455fdd87cb8c39af50e16fae344a5
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:
xlink
=
"http://www.w3.org/1999/xlink"
>
2
<rect
x
=
"10"
y
=
"10"
width
=
"100"
height
=
"30"
fill
=
"green"
/>
3
<text
x
=
"60"
y
=
"25"
text-anchor
=
"middle"
dominant-baseline
=
"central"
>
4
<tspan>
TEXT
</tspan>
5
</text>
6
</svg>