Added inkscape extension files
This commit is contained in:
parent
96d9edad78
commit
94a1e28a57
7 changed files with 199 additions and 4 deletions
16
scour.inx
Normal file
16
scour.inx
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||||
<_name>Scoured SVG Output</_name>
|
||||
<id>org.inkscape.output.scour</id>
|
||||
<dependency type="executable" location="extensions">scour.py</dependency>
|
||||
<dependency type="executable" location="extensions">svg_regex.py</dependency>
|
||||
<output>
|
||||
<extension>.svg</extension>
|
||||
<mimetype>image/svg+xml</mimetype>
|
||||
<_filetypename>Scoured SVG (*.svg)</_filetypename>
|
||||
<_filetypetooltip>Scalable Vector Graphics</_filetypetooltip>
|
||||
</output>
|
||||
<script>
|
||||
<command reldir="extensions" interpreter="python">scour.inkscape.py</command>
|
||||
</script>
|
||||
</inkscape-extension>
|
||||
Loading…
Add table
Add a link
Reference in a new issue