~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to share/extensions/gears.inx

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<inkscape-extension>
 
2
    <_name>Gear</_name>
 
3
    <id>org.ekips.filter.gears</id>
 
4
    <dependency type="executable" location="extensions">gears.py</dependency>
 
5
    <dependency type="executable" location="extensions">inkex.py</dependency>
 
6
    <param name="teeth"    type="int"   min="6"    max="360"    _gui-text="Number of teeth">24</param>
 
7
    <param name="pitch"    type="float" min="0.0"  max="1000.0" _gui-text="Circular pitch, px">20.0</param>
 
8
    <param name="angle"    type="float" min="10.0" max="30.0"   _gui-text="Pressure angle">20.0</param>
 
9
    <effect>
 
10
        <object-type>all</object-type>
 
11
        <effects-menu>
 
12
            <submenu _name="Render"/>
 
13
        </effects-menu>                                                         
 
14
    </effect>
 
15
    <script>
 
16
        <command reldir="extensions" interpreter="python">gears.py</command>
 
17
    </script>
 
18
</inkscape-extension>