office-gobmx/svgio/qa/cppunit/data/FontsizeRelative.svg
Caolán McNamara 2f2803a77a Related: tdf#157939 put CppunitTest_svgio under non_application_font_use:abort
Change-Id: Ib48e8045ad739b6f6fe98ab00cd609b54d4c3113
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158843
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-11-02 21:01:26 +01:00

6 lines
364 B
XML

<?xml version="1.0" encoding="UTF-8"?> <svg height="600" width="400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g font-size="5px" font-family="DejaVu Serif">
<text x="10" y="150" font-size="10em" font-family="inherit">Sample</text>
<text x="200" y="150" font-size="10em" font-family="DejaVu Serif">Sample</text>
</g>
</svg>