home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
Inkscape
/
Inkscape-0.48.2-1-win32.exe
/
share
/
extensions
/
plt_output.inx
< prev
next >
Wrap
Extensible Markup Language
|
2011-07-08
|
673b
|
16 lines
<?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>