~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/share/extensions/pathscatter.inx

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>