Feature Overview
SECTFILL()
Fill sector shape.
- The start and end angles are specified from 0 to 1.
- If the difference between the start angle and the end angle is 0.5 or more, it is a semicircle, and if the difference is 1 or more, it is a circle.
- If the start position is higher than the end position, it is replaced.
- This function consumes 428 Token. (segfill & trifill ver: 185 Token + segfill + trifill)
-- Draw the Mouth characters sectfill(96,64,20,11,-0.2,0.9)-- x, y, size(radius), color, start angle, distance sectfill(54,64,8,12,-0.2,0.9) sectfill(26,64,8,12,-0.2,0.9) |
release note
I have updated sectfill() to v0.2!
- stabilization of the bottom shape.
- short arcs do not display segments.
- the radius and y coordinate arguments are converted to integers.
- update to the latest segfill.
[Please log in to post a comment]