pathalongpath.inx revision 39135a3e07243519dbe40a68e86a7ef524eb3f1b
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <dependency type="executable" location="extensions">pathmodifier.py</dependency>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <dependency type="executable" location="extensions">pathalongpath.py</dependency>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <dependency type="executable" location="extensions">inkex.py</dependency>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <_param name="title" type="description">This effect bends a pattern object along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <param name="copymode" type="enum" _gui-text="Copies of the pattern:">
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <_item value="Single, stretched">Single, stretched</_item>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <_item value="Repeated, stretched">Repeated, stretched</_item>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <param name="kind" type="enum" _gui-text="Deformation type:">
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0">0.0</param>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <param name="noffset" type="float" _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <param name="toffset" type="float" _gui-text="Tangential offset" min="-10000.0" max="10000.0">0.0</param>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan <command reldir="extensions" interpreter="python">pathalongpath.py</command>