Rev 4697 | Rev 5324 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4697 | Rev 4811 | ||
---|---|---|---|
Line 156... | Line 156... | ||
156 | data=!append line $legend,$click_x,$click_y to $data |
156 | data=!append line $legend,$click_x,$click_y to $data |
157 | !if $type=1 |
157 | !if $type=1 |
158 | dessin=!append line fcircle $click_x,$click_y,5,black to $dessin |
158 | dessin=!append line fcircle $click_x,$click_y,5,black to $dessin |
159 | !endif |
159 | !endif |
160 | !increase step |
160 | !increase step |
161 | !if $type iswordof 0 |
161 | !if $type iswordof 0 |
162 | !reset legend |
162 | !reset legend |
163 | dessin=!append line fcircle $click_x,$click_y,10,black to $dessin |
163 | dessin=!append line fcircle $click_x,$click_y,10,black to $dessin |
164 | !endif |
164 | !endif |
165 | !if $type=1 |
165 | !if $type=1 |
166 | dessin=!append line arrow $click_x,$click_y to $dessin |
166 | dessin=!append line arrow $click_x,$click_y to $dessin |