Changeset 4176 for trunk/examples/zoo


Ignore:
Timestamp:
Feb 12, 2014, 7:26:05 AM (11 years ago)
Author:
gah
Message:

typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/drawing/tool.xml

    • Property svn:mime-type changed from application/xml to text/plain
    r3669 r4176  
    6262     <path>input.choice(analysis)</path>
    6363    </variable>
     64    <variable>
     65     <name>linewidth</name>
     66     <path>input.integer(linewidth)</path>
     67    </variable>
    6468   </substitutions>
    6569   <components>
     
    130134     <coords>0 .7 .25 .7 .35 .4 .65 .4 .75 .7 1 .7</coords>
    131135     <color>red</color>
    132      <linewidth>2</linewidth>
     136     <linewidth>${linewidth}</linewidth>
    133137    </line>
    134138    <rectangle id="border">
     
    169173   </components>
    170174  </drawing>
     175  <integer id="linewidth">
     176    <about>
     177      <label>Line width</label>
     178      <description>Number of pixels for linewidth.</description>
     179    </about>
     180    <min>1</min>
     181    <max>10</max>
     182    <default>2</default>
     183  </integer>
    171184  <number id="feature_height">
    172185   <about>
Note: See TracChangeset for help on using the changeset viewer.