Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
svg
/
text
/
text-midpoint-split-bug.svg
blob: 5b23a6c13d89102062b18a91e142f1338beb20f0 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<!-- "Test text" should be rendered, not "Test ttex" -->
<text
font-size
=
"50"
fill
=
"green"
x
=
"20"
y
=
"120"
>
Test
<tspan>
<tspan
x
=
"150"
>
text
</tspan></tspan></text>
</svg>