Files
loongoffice/svgio/qa/cppunit/data/FontsizeRelative.svg
Xisco Fauli 292e25e66d SVGIO: Modify a unittest to check "inherit" in font-family
Change-Id: I4a339b419a5abd1ad02f7aef2abd016a1c2260b8
Reviewed-on: https://gerrit.libreoffice.org/25695
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Xisco Faulí <anistenis@gmail.com>
2016-05-31 09:44:41 +00:00

7 lines
350 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="serif">
<text x="10" y="150" font-size="10em" font-family="inherit">Sample</text>
<text x="200" y="150" font-size="10em" font-family="serif">Sample</text>
</g>
</svg>