30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||
|
<_name>Chain Paths</_name>
|
||
|
<id>fablabchemnitz.de.chain_paths</id>
|
||
|
<param name="chain_epsilon" type="float" min="0.001" max="999.999" precision="3" _gui-text="Max. distance to connect">0.01</param>
|
||
|
<param name="units" type="optiongroup" appearance="minimal" _gui-text=" ">
|
||
|
<option value="mm">mm</option>
|
||
|
<option value="cm">cm</option>
|
||
|
<option value="in">in</option>
|
||
|
<option value="pt">pt</option>
|
||
|
<option value="px">px</option>
|
||
|
</param>
|
||
|
<param name="snap_ends" type="boolean" _gui-text="Snap connecting ends together">false</param>
|
||
|
<param name="close_loops" type="boolean" _gui-text="Close loops (start/end of the same path)">true</param>
|
||
|
<!-- Keep in sync with chain_paths.py line 19 __version__ = ... -->
|
||
|
<param name="about_version" type="description">
|
||
|
https://github.com/fablabnbg/inkscape-chain-paths
|
||
|
Version 0.7</param>
|
||
|
<effect needs-live-preview="true">
|
||
|
<object-type>path</object-type>
|
||
|
<effects-menu>
|
||
|
<submenu _name="FabLab Chemnitz">
|
||
|
<submenu _name="Modify existing Path(s)" />
|
||
|
</submenu>
|
||
|
</effects-menu>
|
||
|
</effect>
|
||
|
<script>
|
||
|
<command reldir="extensions" interpreter="python">fablabchemnitz_chain_paths.py</command>
|
||
|
</script>
|
||
|
</inkscape-extension>
|