Code

Added tutorial-basic.it
[inkscape.git] / share / extensions / aisvg.inx
1 <inkscape-extension>
2     <_name>AI SVG Input</_name>
3     <id>org.inkscape.input.aisvg</id>
4     <input>
5         <extension>.ai.svg</extension>
6         <mimetype>text/xml+svg</mimetype>
7         <_filetypename>Adobe Illustrator SVG (*.ai.svg)</_filetypename>
8         <_filetypetooltip>Cleans the cruft out of Adobe Illustrator SVGs before opening</_filetypetooltip>
9     </input>
10     <xslt>
11         <file reldir="extensions">aisvg.xslt</file>
12     </xslt>
13 </inkscape-extension>