summaryrefslogtreecommitdiffstats
path: root/share/extensions/wmf_input.inx
blob: f004f16173ebe422c88e4eb99fd1e68509099bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
    <_name>Windows Metafile Input</_name>
    <id>org.inkscape.input.wmf</id>
    <dependency type="executable" location="path">uniconv</dependency>
    <dependency type="executable" location="extensions">cdr2svg.sh</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="extensions">cdr2svg.sh</command>
    </script>
</inkscape-extension>