summaryrefslogtreecommitdiffstats
path: root/share/extensions/cdr_input.inx
blob: 640f4821e8801812b8db5d1828c90d578abc2829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<inkscape-extension>
    <_name>Corel Draw Input</_name>
    <id>org.inkscape.input.cdr</id>
    <dependency type="executable" location="path">uniconv</dependency>
    <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
    <input>
        <extension>.cdr</extension>
        <mimetype>image/x-xcdr</mimetype>
        <_filetypename>Corel Draw document (*.cdr)</_filetypename>
        <_filetypetooltip>Open files saved from Corel Draw</_filetypetooltip>
        <output_extension>org.inkscape.output.cdr</output_extension>
    </input>
    <script>
        <command reldir="extensions">cdr2svg.sh</command>
    </script>
</inkscape-extension>