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 / pathscatter.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  2KB  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.   <_name>Scatter</_name>
  4.   <id>math.univ-lille1.barraud.pathScatter</id>
  5.   <dependency type="executable" location="extensions">pathmodifier.py</dependency>
  6.   <dependency type="executable" location="extensions">pathscatter.py</dependency>
  7.   <dependency type="executable" location="extensions">inkex.py</dependency>
  8.   <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern must be the topmost object in the selection. Groups of paths, shapes, clones are allowed.</_param>
  9.   <param name="follow" type="boolean" _gui-text="Follow path orientation">false</param>
  10.   <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param>
  11.   <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0">0.0</param>
  12.   <param name="noffset" type="float" _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>
  13.   <param name="toffset" type="float" _gui-text="Tangential offset" min="-10000.0" max="10000.0">0.0</param>
  14.   <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param>
  15.   <param name="copymode" type="optiongroup" _gui-text="Original pattern will be:">
  16.     <_option value="move">Moved</_option>
  17.     <_option value="copy">Copied</_option>
  18.     <_option value="clone">Cloned</_option>
  19.   </param>
  20.   <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
  21.   <effect>
  22.     <object-type>all</object-type>
  23.     <effects-menu>
  24.       <submenu _name="Generate from Path"/>
  25.     </effects-menu>
  26.   </effect>
  27.   <script>
  28.     <command reldir="extensions" interpreter="python">pathscatter.py</command>
  29.   </script>
  30. </inkscape-extension>
  31.