diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-09-21 17:25:17 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-09-21 21:04:40 +0200 |
commit | a42f5faac7c6d4590e632cf40e3ba9eb618e6f56 (patch) | |
tree | 6f59bb79a87930d51797101669afe9b442a86ccf /svgio/qa/cppunit/data | |
parent | 5468a58c3244cf98341945c17db040b067c825f7 (diff) |
tdf#103888: Do not add a gap at the end of each text portion
I can't think of any situation where it's needed
Change-Id: I1c2c6ec3d22eb9263f3c3c20793d9fe3926b8d78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140351
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/qa/cppunit/data')
-rw-r--r-- | svgio/qa/cppunit/data/tdf103888.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/tdf103888.svg b/svgio/qa/cppunit/data/tdf103888.svg new file mode 100644 index 000000000000..1663fa395e40 --- /dev/null +++ b/svgio/qa/cppunit/data/tdf103888.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+ width="75mm"
+ height="15mm"
+ viewBox="0 0 250 50">
+ <text
+ style="font-size:30px;font-family:sans-serif;fill:#000000;stroke:none"
+ x="20"
+ y="30">Her<tspan style="font-weight:bold">vor</tspan>hebung</text>
+</svg>
|