diff options
Diffstat (limited to 'share/extensions/hpgl_input.inx')
| -rw-r--r-- | share/extensions/hpgl_input.inx | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/share/extensions/hpgl_input.inx b/share/extensions/hpgl_input.inx index f40fd4ec0..4cbbba812 100644 --- a/share/extensions/hpgl_input.inx +++ b/share/extensions/hpgl_input.inx @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <_name>HPGL Input</_name> - <id>org.inkscape.input.hpgl</id> - <dependency type="executable" location="extensions">hpgl_input.py</dependency> - <dependency type="executable" location="extensions">hpgl_decoder.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> - <_param name="introduction" type="description">Please note that you can only open HPGL files written by Inkscape, to open other HPGL files please change their file extension to .plt, make sure you have UniConverter installed and open them again.</_param> - <param name="space" type="description"> </param> - <param name="resolutionX" type="float" min="1.0" max="4096.0" precision="1" _gui-text="Resolution X (dpi)" _gui-description="The amount of steps the plotter moves if it moves for 1 inch on the X axis. (Default: 1016.0)">1016.0</param> - <param name="resolutionY" type="float" min="1.0" max="4096.0" precision="1" _gui-text="Resolution Y (dpi)" _gui-description="The amount of steps the plotter moves if it moves for 1 inch on the Y axis. (Default: 1016.0)">1016.0</param> - <param name="showMovements" type="boolean" _gui-text="Show movements between paths" _gui-description="Check this to show movements between paths. (Default: Unchecked)">false</param> - <input> - <extension>.hpgl</extension> - <mimetype>image/hpgl</mimetype> - <_filetypename>HP Graphics Language file (*.hpgl)</_filetypename> - <_filetypetooltip>Import an HP Graphics Language file</_filetypetooltip> - </input> - <script> - <command reldir="extensions" interpreter="python">hpgl_input.py</command> - </script> + <_name>HPGL Input</_name> + <id>org.inkscape.input.hpgl</id> + <dependency type="executable" location="extensions">hpgl_input.py</dependency> + <dependency type="executable" location="extensions">hpgl_decoder.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <_param name="introduction" type="description">Please note that you can only open HPGL files written by Inkscape, to open other HPGL files please change their file extension to .plt, make sure you have UniConverter installed and open them again.</_param> + <param name="space" type="description"> </param> + <param name="resolutionX" type="float" min="1.0" max="4096.0" precision="1" _gui-text="Resolution X (dpi):" _gui-description="The amount of steps the plotter moves if it moves for 1 inch on the X axis (Default: 1016.0)">1016.0</param> + <param name="resolutionY" type="float" min="1.0" max="4096.0" precision="1" _gui-text="Resolution Y (dpi):" _gui-description="The amount of steps the plotter moves if it moves for 1 inch on the Y axis (Default: 1016.0)">1016.0</param> + <param name="showMovements" type="boolean" _gui-text="Show movements between paths" _gui-description="Check this to show movements between paths (Default: Unchecked)">false</param> + <input> + <extension>.hpgl</extension> + <mimetype>image/hpgl</mimetype> + <_filetypename>HP Graphics Language file (*.hpgl)</_filetypename> + <_filetypetooltip>Import an HP Graphics Language file</_filetypetooltip> + </input> + <script> + <command reldir="extensions" interpreter="python">hpgl_input.py</command> + </script> </inkscape-extension> |
