root/gdadin/gdadin_defshape.inx

Revision 1426, 0.7 kB (checked in by alpt, 6 months ago)

first import

Line 
1 <inkscape-extension>
2     <_name>Define a new shape</_name>
3     <id>org.inkscape.gdadin.defshape</id>
4         <dependency type="executable" location="extensions">gdadin.py</dependency>
5         <dependency type="executable" location="extensions">inkex.py</dependency>
6         <param name="shapename" type="string" gui-text="Shape Name (optional) "></param>
7         <param name="shapeweight" type="float" min="0.0" max="100.0" gui-text="Weight ">1.0</param>
8     <effect>
9                 <object-type>all</object-type>
10                 <effects-menu>
11                         <submenu _name="Gdadin"/>
12                 </effects-menu>
13     </effect>
14     <script>
15         <command reldir="extensions" interpreter="python">gdadin_defshape.py</command>
16     </script>
17 </inkscape-extension>
Note: See TracBrowser for help on using the browser.