Code

Several different i18n issues fixed following report from a_b (adresses bug #215387...
[inkscape.git] / share / extensions / pathalongpath.inx
1 <inkscape-extension>
2     <_name>Pattern along Path</_name>
3     <id>math.univ-lille1.barraud.pathdeform</id>
4 <dependency type="executable" location="extensions">pathmodifier.py</dependency>
5 <dependency type="executable" location="extensions">pathalongpath.py</dependency>
6 <dependency type="executable" location="extensions">inkex.py</dependency>
7 <_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>
9 <param name="copymode" type="enum" _gui-text="Copies of the pattern:">
10        <_item value="Single">Single</_item>
11        <_item value="Single, stretched">Single, stretched</_item>
12        <_item value="Repeated">Repeated</_item>
13        <_item value="Repeated, stretched">Repeated, stretched</_item>
14 </param>
16 <param name="kind" type="enum" _gui-text="Deformation type:">
17        <_item value="Snake">Snake</_item>
18        <_item value="Ribbon">Ribbon</_item>
19 </param>
21 <param name="space"     type="float"   _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>
23 <param name="noffset"   type="float"   _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>
24 <param name="toffset"   type="float"   _gui-text="Tangential offset"  min="-10000.0" max="10000.0" >0.0</param>
26 <param name="vertical"  type="boolean" _gui-text="Pattern is vertical">false</param>
27 <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
28     <effect>
29 <effects-menu>
30 <submenu _name="Generate from Path"/>
31 </effects-menu>
32     </effect>
33     <script>
34         <command reldir="extensions" interpreter="python">pathalongpath.py</command>
35     </script>
36 </inkscape-extension>