Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / share / extensions / aisvg.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>AI SVG Input</_name>
4     <id>org.inkscape.input.aisvg</id>
5     <input>
6         <extension>.ai.svg</extension>
7         <mimetype>text/xml+svg</mimetype>
8         <_filetypename>Adobe Illustrator SVG (*.ai.svg)</_filetypename>
9         <_filetypetooltip>Cleans the cruft out of Adobe Illustrator SVGs before opening</_filetypetooltip>
10     </input>
11     <xslt>
12         <file reldir="extensions">aisvg.xslt</file>
13     </xslt>
14 </inkscape-extension>