svx: prefix members of SdrVirtObj
[LibreOffice.git] / svgio / qa / cppunit / data / tdf151103.svg
blob664253f8df06057c0b9602642bc8f9b8b9539116
1 <svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
2 <text text-anchor="start" x="60" y="40">ABC</text>
3 <text text-anchor="middle" x="60" y="50">ABC</text>
4 <text text-anchor="end" x="60" y="60">ABC</text>
6 <text><tspan text-anchor="start" x="60" y="40">ABC</tspan></text>
7 <text><tspan text-anchor="middle" x="60" y="50">ABC</tspan></text>
8 <text><tspan text-anchor="end" x="60" y="60">ABC</tspan></text>
10 <text text-anchor="start" x="60" y="40"><tspan>ABC</tspan></text>
11 <text text-anchor="middle" x="60" y="50"><tspan>ABC</tspan></text>
12 <text text-anchor="end" x="60" y="60"><tspan>ABC</tspan></text>
14 <text text-anchor="start" x="60" y="40">A<tspan>B</tspan>C</text>
15 <text text-anchor="middle" x="60" y="50">A<tspan>B</tspan>C</text>
16 <text text-anchor="end" x="60" y="60">A<tspan>B</tspan>C</text>
17 </svg>