diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-08-02 11:49:56 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-08-02 20:07:14 +0200 |
commit | 79646e204f5d558f5519186cb62ef1c9254f857f (patch) | |
tree | be4570a3167211ee8550119abdde0083e08873d9 /svgio/qa/cppunit/data/tdf156577.svg | |
parent | aaba06d2fca3264cd73093ffc048af27992bd0fb (diff) |
tdf#156577: do no use parent position if x array is empty
Change-Id: Id29e5a440dbc3719c53bcc9226336a3c99d469e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155216
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/qa/cppunit/data/tdf156577.svg')
-rw-r--r-- | svgio/qa/cppunit/data/tdf156577.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/tdf156577.svg b/svgio/qa/cppunit/data/tdf156577.svg new file mode 100644 index 000000000000..de12f36667f8 --- /dev/null +++ b/svgio/qa/cppunit/data/tdf156577.svg @@ -0,0 +1,8 @@ +<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> + <text x="30" y="20"> + <tspan x="30" y="20">ABC</tspan> + </text> + <text x="30" y="30"> + <tspan x="30" y="30" dx="0 10 20 30 40">ABC</tspan> + </text> +</svg> |