Code

port from 0.46 branch, bringing UC reuse for better file format support
[inkscape.git] / share / extensions / wmf_input.inx
1 <inkscape-extension>
2     <_name>Windows Metafile Input</_name>
3     <id>org.inkscape.input.wmf</id>
4     <dependency type="executable" location="path">uniconv</dependency>
5     <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
6     <input>
7         <extension>.wmf</extension>
8         <mimetype>application/x-wmf</mimetype>
9         <_filetypename>Windows Metafile (*.wmf)</_filetypename>
10         <_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip>
11     </input>
12     <script>
13         <command reldir="extensions">cdr2svg.sh</command>
14     </script>
15 </inkscape-extension>