Code

Correct load order of user icons.svg icons with legacy names.
[inkscape.git] / share / extensions / interp.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Interpolate</_name>
4     <id>org.ekips.filter.interp</id>
5         <dependency type="executable" location="extensions">interp.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7         <param name="exponent" type="float" min="-100.0" max="100.0" _gui-text="Exponent:">0.00</param>
8         <param name="steps" type="int" min="1" max="1000" _gui-text="Interpolation steps:">5</param>
9         <param name="method" type="int" min="1" max="2" _gui-text="Interpolation method:">2</param>
10         <param name="dup" type="boolean" _gui-text="Duplicate endpaths">true</param>
11         <param name="style" type="boolean" _gui-text="Interpolate style">false</param>
12     <effect>
13                 <object-type>path</object-type>
14                 <effects-menu>
15                     <submenu _name="Generate from Path"/>
16                 </effects-menu>
17     </effect>
18     <script>
19         <command reldir="extensions" interpreter="python">interp.py</command>
20     </script>
21 </inkscape-extension>