summaryrefslogtreecommitdiffstats
path: root/src/main/java/xml/postXform.html
blob: 970f6226df4328a995b982562009f199aab18ca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
    <head>
        <!--script type="text/ecmascript" src="formControls.js"/-->
        <!--script type="javascript" src="formControls.js"/-->
    </head>
    <body>
        <h3>SVG image</h3>

        <p><object data="postXform.svg" width="500" height="500" type="image/svg-xml">
        <embed src="postXform.svg" width="500" height="500" type="image/svg-xml" />
        </object></p>
    </body>
</html>