Code

add support for wmf-output using the uniconvertor (as used for the wmf-input
[inkscape.git] / share / extensions / pathscatter.inx
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 is the top most object in the selection. (groups of paths/shapes/clones... 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>