Code

Updated the text of the JessyInk effect extension to make translation easier (bug...
[inkscape.git] / share / extensions / restack.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Restack</_name>
4     <id>org.inkscape.filter.restack</id>
5         <dependency type="executable" location="extensions">restack.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7     <param name="direction" type="enum" _gui-text="Restack Direction:">
8         <_item value="lr">Left to Right (0)</_item>
9         <_item value="bt">Bottom to Top (90)</_item>
10         <_item value="rl">Right to Left (180)</_item>
11         <_item value="tb">Top to Bottom (270)</_item>
12         <_item value="ro">Radial Outward</_item>
13         <_item value="ri">Radial Inward</_item>
14         <_item value="aa">Arbitrary Angle</_item>
15     </param>
16         <param name="angle" type="float" min="0.0" max="360.0" _gui-text="Angle:">0.00</param>
17     <param name="xanchor" type="enum" _gui-text="Horizontal Point:">
18         <_item value="l">Left</_item>
19         <_item value="m">Middle</_item>
20         <_item value="r">Right</_item>
21     </param>
22     <param name="yanchor" type="enum" _gui-text="Vertical Point:">
23         <_item value="t">Top</_item>
24         <_item value="m">Middle</_item>
25         <_item value="b">Bottom</_item>
26     </param>
27     <effect>
28         <object-type>path</object-type>
29         <effects-menu>
30                 <submenu _name="Arrange"/>
31         </effects-menu>
32         </effect>
33     <script>
34         <command reldir="extensions" interpreter="python">restack.py</command>
35     </script>
36 </inkscape-extension>