~mc.../inkscape/inkscape

« back to all changes in this revision

Viewing changes to share/extensions/interp.inx

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<inkscape-extension>
 
2
    <_name>Interpolate</_name>
 
3
    <id>org.ekips.filter.interp</id>
 
4
        <dependency type="executable" location="extensions">interp.py</dependency>
 
5
        <dependency type="executable" location="extensions">inkex.py</dependency>
 
6
        <param name="exponent" type="float" min="-100.0" max="100.0" _gui-text="Exponent">0.00</param>
 
7
        <param name="steps" type="int" min="1" max="1000" _gui-text="Interpolation Steps">5</param>
 
8
        <param name="method" type="int" min="1" max="2" _gui-text="Interpolation Method">2</param>
 
9
        <param name="dup" type="boolean" _gui-text="Duplicate Endpaths">true</param>
 
10
        <param name="style" type="boolean" _gui-text="Interpolate Style (Experimental)">false</param>
 
11
    <effect>
 
12
                <object-type>path</object-type>
 
13
    </effect>
 
14
    <script>
 
15
        <command reldir="extensions" interpreter="python">interp.py</command>
 
16
    </script>
 
17
</inkscape-extension>