summaryrefslogtreecommitdiffstats
path: root/share/extensions/radiusrand.inx
diff options
context:
space:
mode:
authorajuanpi <>2016-05-24 13:23:46 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-05-24 13:23:46 +0000
commitf96a7eb3f99d0893ddb1e07bd1d9853737e9b033 (patch)
treec131ce125dcfb343bd8e91fc6966001627214579 /share/extensions/radiusrand.inx
parent[Bug #1183473] Convert to Dashes does not work with an imported svg. (diff)
downloadinkscape-f96a7eb3f99d0893ddb1e07bd1d9853737e9b033.tar.gz
inkscape-f96a7eb3f99d0893ddb1e07bd1d9853737e9b033.zip
[Bug #1071833] major update of Jitter Nodes extension.
Fixed bugs: - https://launchpad.net/bugs/1071833 (bzr r14912)
Diffstat (limited to 'share/extensions/radiusrand.inx')
-rw-r--r--share/extensions/radiusrand.inx28
1 files changed, 0 insertions, 28 deletions
diff --git a/share/extensions/radiusrand.inx b/share/extensions/radiusrand.inx
deleted file mode 100644
index 38e7d6c4c..000000000
--- a/share/extensions/radiusrand.inx
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Jitter nodes</_name>
- <id>org.ekips.filter.radiusrand</id>
- <dependency type="executable" location="extensions">radiusrand.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="tab" type="notebook">
- <page name="Options" _gui-text="Options">
- <param name="radiusx" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement in X (px):">10.0</param>
- <param name="radiusy" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement in Y (px):">10.0</param>
- <param name="end" type="boolean" _gui-text="Shift nodes">true</param>
- <param name="ctrl" type="boolean" _gui-text="Shift node handles">false</param>
- <param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
- </page>
- <page name="Help" _gui-text="Help">
- <_param name="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</_param>
- </page>
- </param>
- <effect>
- <object-type>path</object-type>
- <effects-menu>
- <submenu _name="Modify Path"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">radiusrand.py</command>
- </script>
-</inkscape-extension>