From 04355cd61b0ccad31c3be25fe36226023dd8fd5d Mon Sep 17 00:00:00 2001 From: prokoudine Date: Wed, 10 Jun 2009 16:20:28 +0000 Subject: [PATCH] Added PLT import/export. Requires UniConvertor 1.1.4. --- share/extensions/plt_input.inx | 16 ++++++++++++++++ share/extensions/plt_output.inx | 15 +++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 share/extensions/plt_input.inx create mode 100644 share/extensions/plt_output.inx diff --git a/share/extensions/plt_input.inx b/share/extensions/plt_input.inx new file mode 100644 index 000000000..aa21483bd --- /dev/null +++ b/share/extensions/plt_input.inx @@ -0,0 +1,16 @@ + + + <_name>AutoCAD Plot Input + org.inkscape.input.plt + uniconv-ext.py + + .plt + image/x-plt + <_filetypename>AutoCAD Plot drawing files (*.plt) + <_filetypetooltip>Open files saved for plotters + org.inkscape.output.plt + + + diff --git a/share/extensions/plt_output.inx b/share/extensions/plt_output.inx new file mode 100644 index 000000000..d079a2ce7 --- /dev/null +++ b/share/extensions/plt_output.inx @@ -0,0 +1,15 @@ + + + <_name>AutoCAD Plot Output + org.inkscape.output.plt + uniconv-ext.py + + .plt + image/x-plt + <_filetypename>AutoCAD Plot drawing files (*.plt) + <_filetypetooltip>Save a file for plotters + + + -- 2.30.2