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-1.1-deprecated/extensions/fablabchemnitz_destructiveclip.inx

17 lines
671 B
Plaintext
Raw Normal View History

2020-08-03 22:58:37 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Destructive Clip</_name>
<id>fablabchemnitz.de.destructiveclip</id>
<effect>
<object-type>path</object-type>
<effects-menu>
<submenu _name="FabLab Chemnitz">
<submenu _name="Modify existing Path(s)" />
</submenu>
</effects-menu>
<menu-tip>"Destructively" clip selected paths using the topmost as clipping path</menu-tip>
</effect>
<script>
<command reldir="extensions" interpreter="python">fablabchemnitz_destructiveclip.py</command>
</script>
</inkscape-extension>