Code

moving trunk for module inkscape
[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">wmf2svg</dependency>
5     <input>
6         <extension>.wmf</extension>
7         <mimetype>application/x-wmf</mimetype>
8         <_filetypename>Windows Metafile (*.wmf)</_filetypename>
9         <_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip>
10     </input>
11     <script>
12         <command reldir="path">wmf2svg</command>
13     </script>
14 </inkscape-extension>