svgfont.svg revision ae3eacfd49646a2f254b3ff70db24d2a6d68f287
<?xml version="1.0" standalone="yes"?>
<svg width="400px" height="300px" version="1.1"
xmlns = 'http://www.w3.org/2000/svg'>
<font id="Font1" horiz-adv-x="1000">
<font-face font-family="Super Sans" font-style="oblique" font-stretch="ultra-expanded" />
<glyph unicode="!" d="M0,0h500v500h-500z">
<circle r='500' cx='500' cy='500' style="fill:none;stroke:green;"/>
</glyph>
<glyph unicode="@" d="M500,500h500v500h-500z">
<circle r='250' cx='500' cy='500' style="fill:blue;"/>
</glyph>
<missing-glyph d="M0,0h1000v1000h-1000z"></missing-glyph>
<hkern u1="!" u2="@" k="1000" />
</font>
<font id="Font2" horiz-adv-x="1100">
<font-face font-family="Super Sans2" font-style="oblique" font-stretch="ultra-expanded" />
<glyph unicode="!" d="M0,0h500v500h-500v-300h100v200h300v-300h-400z" />
<glyph unicode="@!" d="M0,0h200L1000,800v200h-200L0,200z" />
<glyph unicode="@" d="M500,500h250v250h-250z" />
<missing-glyph d="M0,0h1000v1000z"></missing-glyph>
<hkern u1="!" u2="@" k="1000" />
</font>
<text x="100" y="100" style="font-size:70;font-family:'Super Sans';fill:red;">This text is not used yet. Currently test strings are hardcoded...</text>
</svg>