home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / extensions / rubberstretch.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  809b  |  19 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>Rubber Stretch</_name>
  4.     <id>math.univ-lille1.barraud.spherify</id>
  5.     <dependency type="executable" location="extensions">pathmodifier.py</dependency>
  6.     <dependency type="executable" location="extensions">inkex.py</dependency>
  7.     <param name="ratio" type="float" _gui-text="Strength (%):"  min="-400" max="400">25</param>
  8.     <param name="curve" type="float" _gui-text="Curve (%):"     min="-400" max="400">25</param>
  9.     <effect>
  10.         <object-type>path</object-type>
  11.         <effects-menu>
  12.             <submenu _name="Modify Path"/>
  13.         </effects-menu>
  14.     </effect>
  15.     <script>
  16.         <command reldir="extensions" interpreter="python">rubberstretch.py</command>
  17.     </script>
  18. </inkscape-extension>
  19.