Code

modify calculation of control arm length
[inkscape.git] / share / extensions / radiusrand.inx
index 421eac1a6f37aeb5727c92d118a48b4081d9f09d..3349f4549d16cbd8030964cbde726856cd0b9d9a 100644 (file)
@@ -1,10 +1,12 @@
-<inkscape-extension>
+<?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="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</param>
-       <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement, px">100.0</param>
+       <_param name="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</_param>
+       <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>