<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///c:/spsdev/buildtools/docbook/xml-4.5/docbookx.dtd" []>

<book>
<chapter id="Test">
  <title>Test figure</title>
    <para>
      This is a test of an SVG figure rendered using XEP.  It does not
      look as though the fonts are being scaled correctly.  They look
      larger than the requested size.
    </para>
    <informalfigure id="test my svg">
      <mediaobject>
	<imageobject role="fo">
	  <imagedata format="SVG" fileref="test.svg" />
	</imageobject>
	<caption>
	  <para>
	  <emphasis>
	      The fonts are sized incorrectly.
	      </emphasis>
	  </para>
	</caption>
      </mediaobject>
    </informalfigure>
</chapter>
</book>
