Function
draw-arcs port description &rest args &key filled =>
A graphics port
A description sequence
A boolean
General graphics port drawing arguments
draw-arcs function draws several arcs as specified by the description sequence. This is usually more efficient than making several calls todraw-arc. The description argument is a sequence of values of the form x y width height start-angle sweep-angle. Seedraw-arc for more information. draw-arc