blob: 99b234896be35905ae2fcf9e5d0921a7a4f5a104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<inkscape-extension>
<_name>Windows Metafile Input</_name>
<id>org.inkscape.input.wmf</id>
<dependency type="executable">wmf2svg</dependency>
<input>
<extension>.wmf</extension>
<mimetype>application/x-wmf</mimetype>
<_filetypename>Windows Metafile (*.wmf)</_filetypename>
<_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip>
</input>
<script>
<command reldir="path">wmf2svg</command>
</script>
</inkscape-extension>
|