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_rounder.inx
2020-07-30 01:16:18 +02:00

27 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Rounder</_name>
<id>fablabchemnitz.de.rounder</id>
<_param name="titleMain" type="description">Rounding helpers.</_param>
<_param name="precision" type="int" min="0" max="20" _gui-text="Rounding precission">2</_param>
<_param name="paths" type="boolean" _gui-text="Round nodes">true</_param>
<_param name="ctrl" type="boolean" _gui-text="Round handles">false</_param>
<_param name="along" type="boolean" _gui-text="Move handles following node movement">true</_param>
<_param name="half" type="boolean" _gui-text="Allow round to half if nearest">false</_param>
<_param name="strokewidth" type="boolean" _gui-text="Round stroke width">false</_param>
<_param name="widthheight" type="boolean" _gui-text="Round width and height">false</_param>
<_param name="position" type="boolean" _gui-text="Round position X and Y">false</_param>
<_param name="opacity" type="boolean" _gui-text="Round global opacity">false</_param>
<_param name="strokeopacity" type="boolean" _gui-text="Round stroke opacity">false</_param>
<_param name="fillopacity" type="boolean" _gui-text="Round fill opacity">false</_param>
<effect>
<effects-menu>
<submenu _name="FabLab Chemnitz">
<submenu _name="Various" />
</submenu>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">fablabchemnitz_rounder.py</command>
</script>
</inkscape-extension>