This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-0.92-deprecated/extensions/fablabchemnitz_pathops_excl...

20 lines
1007 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Exclusion</_name>
<id>fablabchemnitz.de.pathops.exclusion</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">SelectionSymDiff</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 'Exclusion' 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>