Code

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