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_close_curves...

21 lines
879 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Close Paths</_name>
<id>fablabchemnitz.de.close_curves</id>
<dependency type="executable" location="extensions">fablabchemnitz_close_curves.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="help" type="description">
Select paths that you want to close, and press ok.
</param>
<effect needs-live-preview="false">
<effects-menu>
<submenu _name="FabLab Chemnitz">
<submenu _name="Modify existing Path(s)" />
</submenu>
</effects-menu>
<object-type>path</object-type>
</effect>
<script>
<command reldir="extensions" interpreter="python">fablabchemnitz_close_curves.py</command>
</script>
</inkscape-extension>