summaryrefslogtreecommitdiffstats
path: root/share/extensions/sk1_input.inx
blob: ded9a962fcfd786060a0e70c521780e1f316cd23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<inkscape-extension>
    <_name>sK1 vector graphics files input</_name>
    <id>org.inkscape.input.sk1</id>
    <dependency type="executable" location="path">uniconv</dependency>
    <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
    <input>
        <extension>.sk1</extension>
        <mimetype>application/x-xsk1</mimetype>
        <_filetypename>sK1 vector graphics files (.sk1)</_filetypename>
        <_filetypetooltip>Open files saved in sK1 vector graphics editor</_filetypetooltip>
    </input>
    <script>
        <command reldir="extensions">cdr2svg.sh</command>
    </script>
</inkscape-extension>