5e6b02055a
Thanks again to Mike Kaganski for spotting Change-Id: Ifd8dcf15d7714ebc4f19083fefe0d78d27d46b4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140483 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
16 lines
473 B
XML
16 lines
473 B
XML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
|
viewBox="0 0 250 250">
|
|
<text y="10" xml:space="default"> a b </text>
|
|
<text y="30" xml:space="default">a b</text>
|
|
<text y="50" xml:space="default">a
|
|
b</text>
|
|
<text y="70" xml:space="default">a
|
|
b</text>
|
|
<text y="90" xml:space="preserve"> a b </text>
|
|
<text y="110" xml:space="preserve">a b</text>
|
|
<text y="130" xml:space="preserve">a
|
|
b</text>
|
|
<text y="150" xml:space="preserve">a
|
|
b</text>
|
|
</svg>
|
|
|