blob: 3168e043ac4d9bb72c0bd99648ecfe7091208cb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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>
|