Code

Translations. French translation minor update.
[inkscape.git] / share / extensions / dxf_output.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>DXF Output</_name>
4     <id>org.inkscape.output.dxf</id>
5     <dependency type="extension">org.inkscape.print.ps.cairo</dependency>
6     <dependency type="executable" location="extensions">ps2dxf.sh</dependency>
7     <dependency type="executable" _description="pstoedit must be installed to run; see http://www.pstoedit.net/pstoedit">pstoedit</dependency>
8     <output>
9         <extension>.dxf</extension>
10         <mimetype>image/dxf</mimetype>
11         <_filetypename>AutoCAD DXF R12 (*.dxf)</_filetypename>
12         <_filetypetooltip>DXF file written by pstoedit</_filetypetooltip>
13     </output>
14     <script>
15         <command reldir="extensions">ps2dxf.sh</command>
16         <helper_extension>org.inkscape.print.ps.cairo</helper_extension>
17     </script>
18 </inkscape-extension>