summaryrefslogtreecommitdiffstats
path: root/svgio/qa/cppunit/data/dy_in_ems.svg
blob: 316239edf778ca5801e1dca2ad9fcd33ea3165f0 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<svg xmlns="http://www.w3.org/2000/svg" width="1in" height="1in" viewBox="0 0 100% 100%">

	<text x="5" y="20" style="font-size:16px;font-family:Liberation Sans">foo
		<tspan x="5" dy="1.5em" style="font-size:0.5em">bar</tspan></text>
</svg>