Rev 18076 | Rev 18161 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18076 | Rev 18118 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | 90 | ||
91 | Ellipse with center (x1,y1), width w1 and height h1 etc. |
91 | Ellipse with center (x1,y1), width w1 and height h1 etc. |
92 | :fcircle x,y,d,[color] |
92 | :fcircle x,y,d,[color] |
93 | ball disk filledcircle |
93 | ball disk filledcircle |
94 | Filled circle of center (x,y) and diameter d (in pixels). |
94 | Filled circle of center (x,y) and diameter d (in pixels). |
- | 95 | :fcircles [color],x1,y1,d1,x2,y2,d2 ... |
|
- | 96 | ||
- | 97 | Filled circles of center (x1;y1) and diameter d1 (according to xrange) ... |
|
95 | :fellipse x,y,w,h,[color] |
98 | :fellipse x,y,w,h,[color] |
96 | filledellipse |
99 | filledellipse |
97 | Filled ellipse with center (x,y), width w and height h. |
100 | Filled ellipse with center (x,y), width w and height h. |
98 | :fill x,y,[color] |
101 | :fill x,y,[color] |
99 | flood floodfill |
102 | flood floodfill |