Code

get the CORRECT Sodipodi namespace in there
[inkscape.git] / share / extensions / wavy.inx
1 <inkscape-extension>
2     <_name>Function Plotter</_name>
3     <id>org.ekips.filter.wavy</id>
4         <dependency type="executable" location="extensions">wavy.py</dependency>
5         <dependency type="executable" location="extensions">inkex.py</dependency>
6         <param name="periods" type="float" min="0.0" max="1000.0" _gui-text="Periods (2*Pi each)">4.0</param>
7         <param name="samples" type="int" min="1" max="1000" _gui-text="Nodes per period">8</param>
8         <param name="fofx" type="string" _gui-text="Function">sin(x)</param>
9         <param name="fponum" type="boolean" _gui-text="Calculate first derivative numerically">true</param>
10         <param name="fpofx" type="string" _gui-text="First derivative">cos(x)</param>
11     <effect>
12                 <object-type>rect</object-type>
13                 <effects-menu>
14                         <submenu _name="Render"/>
15                 </effects-menu>
16     </effect>
17     <script>
18         <command reldir="extensions" interpreter="python">wavy.py</command>
19     </script>
20 </inkscape-extension>