summaryrefslogtreecommitdiffstats
path: root/share/extensions/ink2canvas.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/ink2canvas.inx')
-rw-r--r--share/extensions/ink2canvas.inx14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/extensions/ink2canvas.inx b/share/extensions/ink2canvas.inx
new file mode 100644
index 0000000..caa83e7
--- /dev/null
+++ b/share/extensions/ink2canvas.inx
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Convert to html5 canvas</name>
+ <id>org.inkscape.output.html5canvas</id>
+ <output>
+ <extension>.html</extension>
+ <mimetype>text/html</mimetype>
+ <filetypename>HTML 5 canvas (*.html)</filetypename>
+ <filetypetooltip>HTML 5 canvas code</filetypetooltip>
+ </output>
+ <script>
+ <command location="inx" interpreter="python">ink2canvas.py</command>
+ </script>
+</inkscape-extension>