summaryrefslogtreecommitdiffstats
path: root/share/extensions/aisvg.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/aisvg.inx')
-rw-r--r--share/extensions/aisvg.inx14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/extensions/aisvg.inx b/share/extensions/aisvg.inx
new file mode 100644
index 0000000..46f4ed0
--- /dev/null
+++ b/share/extensions/aisvg.inx
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>AI SVG Input</name>
+ <id>org.inkscape.input.aisvg</id>
+ <input>
+ <extension>.ai.svg</extension>
+ <mimetype>text/xml+svg</mimetype>
+ <filetypename>Adobe Illustrator SVG (*.ai.svg)</filetypename>
+ <filetypetooltip>Cleans the cruft out of Adobe Illustrator SVGs before opening</filetypetooltip>
+ </input>
+ <xslt>
+ <file location="inx">aisvg.xslt</file>
+ </xslt>
+</inkscape-extension>