summaryrefslogtreecommitdiff
path: root/result/SVG/script.xml
diff options
context:
space:
mode:
Diffstat (limited to 'result/SVG/script.xml')
-rw-r--r--result/SVG/script.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/result/SVG/script.xml b/result/SVG/script.xml
deleted file mode 100644
index c98af0f..0000000
--- a/result/SVG/script.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
-<svg width="4in" height="3in">
- <defs>
- <script>
-<![CDATA[
- /* Beep on mouseclick */
- MouseClickHandler() { beep(); }
- ]]>
- </script>
- </defs>
- <circle onclick="MouseClickHandler()" r="85"/>
-</svg>