~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to share/extensions/dots.inx

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    <id>org.ekips.filter.dots</id>
5
5
        <dependency type="executable" location="extensions">dots.py</dependency>
6
6
        <dependency type="executable" location="extensions">inkex.py</dependency>
7
 
        <param name="fontsize" type="string" _gui-text="Font size">20</param>
8
 
        <param name="dotsize" type="string" _gui-text="Dot size">10px</param>
 
7
        <param name="tab" type="notebook">
 
8
        <page name="Options" _gui-text="Options">
 
9
                <param name="fontsize" type="string" _gui-text="Font size:">20px</param>
 
10
                <param name="dotsize" type="string" _gui-text="Dot size:">10px</param>
 
11
            <param name="start" type="int" min="0" max="1000" _gui-text="Starting dot number:">1</param>
 
12
            <param name="step" type="int" min="0" max="1000" _gui-text="Step:">1</param>
 
13
        </page>
 
14
        <page name="Help" _gui-text="Help">
 
15
            <_param name="instructions" type="description" xml:space="preserve">This extension replaces the selection's nodes with numbered dots according to the following options:
 
16
    * Font size: size of the node number labels (20px, 12pt...).
 
17
    * Dot size: diameter of the dots placed at path nodes (10px, 2mm...).
 
18
    * Starting dot number: first number in the sequence, assigned to the first node of the path.
 
19
    * Step: numbering step between two nodes.</_param>
 
20
        </page>
 
21
    </param>        
 
22
 
9
23
    <effect>
10
24
                <object-type>path</object-type>
11
25
                <effects-menu>