Code

Fix to conform to the RELAX NG schema.
authorsasilver <sasilver@users.sourceforge.net>
Sat, 13 Sep 2008 10:09:33 +0000 (10:09 +0000)
committersasilver <sasilver@users.sourceforge.net>
Sat, 13 Sep 2008 10:09:33 +0000 (10:09 +0000)
share/extensions/dxf_outlines.inx

index 50131bd22982a3e8a19001698590c19272b02435..df2fc3b27415c5c091bbb4ab7856394be29e2a3b 100644 (file)
@@ -5,6 +5,7 @@
        <dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
        <dependency type="executable" location="extensions">dxf_outlines.py</dependency>
        <dependency type="executable" location="extensions">inkex.py</dependency>
+    <param name="ROBO" type="boolean" _gui-text="ROBO-Master output">false</param>
     <output>
                 <extension>.dxf</extension>
                <mimetype>image/dxf</mimetype>
@@ -12,7 +13,6 @@
                 <_filetypetooltip>Desktop Cutting Plotter</_filetypetooltip>
                 <dataloss>true</dataloss>
     </output>
-    <param name="ROBO" type="boolean" _gui-text="ROBO-Master output">false</param>
     <script>
         <command reldir="extensions" interpreter="python">dxf_outlines.py</command>
         <helper_extension>org.inkscape.output.svg.inkscape</helper_extension>