Annotation of embedaddon/libxml2/test/SVG/image-wf.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0" standalone="yes"?>
        !             2: <svg width="4in" height="3in"
        !             3:  xmlns='http://www.w3.org/Graphics/SVG/svg-19990412.dtd'>
        !             4:   <desc>This links to an external image
        !             5:   </desc>
        !             6:   <image x="200" y="200" style="width: 100px; height: 100px"
        !             7:    xml:link = 'simple' show = 'embed' actuate = 'auto'
        !             8:   href="myimage.png">
        !             9:     <title>My image</title>
        !            10:   </image>
        !            11: </svg>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>