17 lines
671 B
Plaintext
17 lines
671 B
Plaintext
|
<?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>
|