Rev 5768 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5768 | Rev 5903 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | slib_title=Regular polygon |
3 | slib_title=Regular polygon |
4 | slib_parms=4\ |
4 | slib_parms=4\ |
5 | 5,number of vertices\ |
5 | 5,number of vertices\ |
6 | ,list of colors\ |
6 | ,list of colors\ |
7 | vertex,option: <tt>vertex</tt>, <tt |
7 | vertex,option: <span class="tt">vertex</span>, <span class="tt">edge</span>, <span class="tt">circle</span>\ |
8 | raw,option words: <tt>url</tt>, <tt |
8 | raw,option words: <span class="tt">url</span>, <span class="tt">html</span>, <span class="tt">raw</span> |
9 | 9 | ||
10 | slib_out= Regular polygon with rays |
10 | slib_out= Regular polygon with rays |
11 | slib_comment=The first item of the output is: by default, the flydraw code (option word <tt>raw</ |
11 | slib_comment=The first item of the output is: by default, the flydraw code (option word <span class="tt">raw</span>); \ |
12 | the address of the generated image if the option word is <tt>url</ |
12 | the address of the generated image if the option word is <span class="tt">url</span> ; \ |
13 | the html code for inserting image if the option word is the option <tt>html</ |
13 | the html code for inserting image if the option word is the option <span class="tt">html</span>.\ |
14 | <br/>\ |
14 | <br/>\ |
15 | Colors can be in RGB (inside brackets) ; rays from the vertex\ |
15 | Colors can be in RGB (inside brackets) ; rays from the vertex\ |
16 | (option <tt>edge |
16 | (option <span class="tt">edge</span>) or from the middle of the edges (option <span class="tt">vertex</span>) or both. \ |
17 | If the option is <tt>circle</ |
17 | If the option is <span class="tt">circle</span>, a disk is drawn (not a polygon). |