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
/
wmf_output.inx
< prev
next >
Wrap
Extensible Markup Language
|
2011-07-08
|
676b
|
16 lines
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Windows Metafile Input</_name>
<id>org.inkscape.output.wmf</id>
<dependency type="executable" location="extensions">wmf_output.py</dependency>
<output>
<extension>.wmf</extension>
<mimetype>application/x-wmf</mimetype>
<_filetypename>Windows Metafile (*.wmf)</_filetypename>
<_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip>
</output>
<script>
<command reldir="extensions" interpreter="python">wmf_output.py</command>
</script>
</inkscape-extension>