20 lines
972 B
XML
20 lines
972 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<_name>Union</_name>
|
|
<id>fablabchemnitz.de.pathops.union</id>
|
|
<dependency type="executable" location="extensions">fablabchemnitz_pathops.py</dependency>
|
|
<dependency type="executable" location="extensions">inkex.py</dependency>
|
|
<param name="ink_verb" gui-hidden="true" type="string" _gui-text="Path operation">SelectionUnion</param>
|
|
<effect needs-document="true" needs-live-preview="false">
|
|
<effects-menu hidden="false">
|
|
<submenu _name="FabLab Chemnitz">
|
|
<submenu _name="PathOps" />
|
|
</submenu>
|
|
</effects-menu>
|
|
<menu-tip>Apply Inkscape 'Union' path operation to multiple objects.</menu-tip>
|
|
<object-type>all</object-type>
|
|
</effect>
|
|
<script>
|
|
<command reldir="extensions" interpreter="python">fablabchemnitz_pathops.py</command>
|
|
</script>
|
|
</inkscape-extension> |