Rev 17915 | Rev 18063 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17915 | Rev 18048 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | 17 | ||
18 | Arrow (x1,y1)--->(x2,y2), where l is the length (in pixels) of arrowhead. |
18 | Arrow (x1,y1)--->(x2,y2), where l is the length (in pixels) of arrowhead. |
19 | :arrow2 x1,y1,x2,y2,l,[color] |
19 | :arrow2 x1,y1,x2,y2,l,[color] |
20 | 20 | ||
21 | Two sided arrow (x1,y1)<--->(x2,y2), where l is the length (in pixels) of arrowhead. |
21 | Two sided arrow (x1,y1)<--->(x2,y2), where l is the length (in pixels) of arrowhead. |
- | 22 | :arrows [color],l,x1,y1,x2,y2,x3,y3,x4,y4,... |
|
- | 23 | ||
- | 24 | Arrow (x1,y1)--->(x2,y2), (x3;y3)--->(x4;y4) where l is the length (in pixels) of arrowhead. |
|
- | 25 | :arrows2 [color],l,x1,y1,x2,y2,x3,y3,x4,y4,... |
|
- | 26 | ||
- | 27 | Two sided arrow (x1,y1)<--->(x2,y2), (x3;y3)<--->(x4;y4) where l is the length (in pixels) of arrowhead. |
|
22 | :circle x,y,d,[color] |
28 | :circle x,y,d,[color] |
23 | 29 | ||
24 | Circle of center (x,y) and diameter d (in pixels). |
30 | Circle of center (x,y) and diameter d (in pixels). |
25 | :circles [color],x1,y1,d1,x2,y2,d2 ... |
31 | :circles [color],x1,y1,d1,x2,y2,d2 ... |
26 | 32 |