diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-08-14 17:34:00 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-08-15 03:53:18 +0200 |
commit | a2b6be8af9be3237efc3ed1244302cf899680e97 (patch) | |
tree | 017b45b5a69c97a8301dbea0431edb2ae4da1424 /svgio/qa/cppunit/data | |
parent | 5cfd31e505b4d1b4f9d2e21b0f9f8aac22539f47 (diff) |
tdf#86938: fix calculation of baseline-shift
Change-Id: I8c30c29052f2ea1fe6e49360b972af868851131b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155671
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/qa/cppunit/data')
-rw-r--r-- | svgio/qa/cppunit/data/tdf86938.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/tdf86938.svg b/svgio/qa/cppunit/data/tdf86938.svg new file mode 100644 index 000000000000..40287a39de88 --- /dev/null +++ b/svgio/qa/cppunit/data/tdf86938.svg @@ -0,0 +1,13 @@ +<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"> + <text + x="290" + y="183"> line </text> + <text + x="290" + y="183" + baseline-shift="24"> above </text> + <text + x="290" + y="183" + baseline-shift="-24"> below </text> +</svg> |