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/pathops/pathops_cutpath.inx

18 lines
790 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Cut Path</name>
<id>fablabchemnitz.de.pathops_cutpath</id>
<param name="ink_verb" gui-hidden="true" type="string" gui-text="Path operation">SelectionCutPath</param>
<effect needs-document="true" needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu name="FabLab Chemnitz">
<submenu name="PathOps" />
</submenu>
</effects-menu>
<menu-tip>Apply Inkscape 'Cut Path' path operation to multiple objects.</menu-tip>
</effect>
<script>
<command location="inx" interpreter="python">pathops.py</command>
</script>
</inkscape-extension>