summaryrefslogtreecommitdiffstats
path: root/share/extensions/plt_output.inx
blob: f7000cd792ea942770761862acccfe2c6a44d6df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>AutoCAD Plot Output</_name>
    <id>org.inkscape.output.plt</id>
    <dependency type="executable" location="extensions">plt_output.py</dependency>
    <output>
        <extension>.plt</extension>
        <mimetype>image/x-plt</mimetype>
        <_filetypename>HP Graphics Language Plot file [AutoCAD] (*.plt)</_filetypename>
        <_filetypetooltip>Save a file for plotters</_filetypetooltip>
    </output>
    <script>
        <command reldir="extensions" interpreter="python">plt_output.py</command>
    </script>
</inkscape-extension>