blob: e00721f0a5e60b0cd0a47b0e3721359f07e8ac64 (
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>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>
|