blob: 929fd45464e065f97c57e818bc5f688dd884273e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 reldir="extensions">aisvg.xslt</file>
</xslt>
</inkscape-extension>
|