Rev 18253 | Rev 18352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18253 | Rev 18257 | ||
---|---|---|---|
Line 95... | Line 95... | ||
95 | 95 | ||
96 | Ellipse with center (x1,y1), width w1 and height h1 etc. |
96 | Ellipse with center (x1,y1), width w1 and height h1 etc. |
97 | :fcircle x,y,d,[color] |
97 | :fcircle x,y,d,[color] |
98 | ball disk filledcircle |
98 | ball disk filledcircle |
99 | Filled circle of center (x,y) and diameter d (in pixels). |
99 | Filled circle of center (x,y) and diameter d (in pixels). |
100 | :fcircles [color] |
100 | :fcircles [color],x1,y1,r1,x2,y2,r2 ... |
101 | 101 | ||
102 | Filled circles of center (x1;y1) and |
102 | Filled circles of center (x1;y1) and radius r1 (according to xrange) ... |
103 | :fellipse x,y,w,h,[color] |
103 | :fellipse x,y,w,h,[color] |
104 | filledellipse |
104 | filledellipse |
105 | Filled ellipse with center (x,y), width w and height h. |
105 | Filled ellipse with center (x,y), width w and height h. |
106 | :fill x,y,[color] |
106 | :fill x,y,[color] |
107 | flood floodfill |
107 | flood floodfill |