summaryrefslogtreecommitdiffstats
path: root/src/main/java/xml/postXform.html
diff options
context:
space:
mode:
authorkitfox2007-05-30 01:33:23 +0200
committerkitfox2007-05-30 01:33:23 +0200
commit091a1e0179cb264cc2cab6e3b11ea31045c8536d (patch)
treebd561534d16012c9d398acf32398968e14a19b85 /src/main/java/xml/postXform.html
parentreverting to original source tree (diff)
downloadsvg-salamander-core-091a1e0179cb264cc2cab6e3b11ea31045c8536d.tar.gz
svg-salamander-core-091a1e0179cb264cc2cab6e3b11ea31045c8536d.tar.xz
svg-salamander-core-091a1e0179cb264cc2cab6e3b11ea31045c8536d.zip
Restoring SVG Salamander to it's original code base, and updating build scripts.
git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@36 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b
Diffstat (limited to 'src/main/java/xml/postXform.html')
-rw-r--r--src/main/java/xml/postXform.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/java/xml/postXform.html b/src/main/java/xml/postXform.html
new file mode 100644
index 0000000..970f622
--- /dev/null
+++ b/src/main/java/xml/postXform.html
@@ -0,0 +1,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> \ No newline at end of file