fill_arcs/[2,3]
     fill_arcs(+Drawable, +Arcs)
     fill_arcs(+Drawable, +Gc, +Arcs)
     

Draw filled arcs in Drawable. Each arc is specified in terms of the rectangle that would enclose the ellipse of which this arec is a part, and the angles, in degrees from the center right of the ellipse, to draw between. Arcs is a list of arc(X,Y,Width,Height,Theta1,Theta2) terms, where X, Y, Width, and Height specify the bounding rectangle, Theta1 specifies the starting angle, and Theta2 specifies the ending angle. Angles may be integers or floats.