diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-08-02 17:39:25 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-08-02 22:28:27 +0200 |
commit | 7aae2fbef91d00afaded26215f48fcdb2070b6ef (patch) | |
tree | 2d1ad11a2d3c5cbeb87701620f47b0a52caaf1c9 /svgio/qa/cppunit/data | |
parent | bb51f5096fd37925c2124161ef8637645320d7de (diff) |
tdf#95400: svgio: Add unittest
Change-Id: I88d56bafce22231ca05864ee9dbeb8c31b4dcb50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155265
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/qa/cppunit/data')
-rw-r--r-- | svgio/qa/cppunit/data/tdf95400.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/tdf95400.svg b/svgio/qa/cppunit/data/tdf95400.svg new file mode 100644 index 000000000000..378100a2129c --- /dev/null +++ b/svgio/qa/cppunit/data/tdf95400.svg @@ -0,0 +1,8 @@ +<svg viewBox="0 0 150 100" xmlns="http://www.w3.org/2000/svg"> + <text x="30" y="20" textLength="102" lengthAdjust="spacing"> + ABC + </text> + <text x="30" y="30" textLength="102" lengthAdjust="spacingAndGlyphs"> + ABC + </text> +</svg> |