graph solidbox - part-cw/lambdanative GitHub Wiki

(graph-solidbox g x1 y1 x2 y2)

This function draws a filled box delimited by corners (x1,y1) and (x2,y2) with the current pen properties.

Parameter Description
g graph context
x1,y1 coordinates of first corner
x2,y2 coordinates of second corner

Example

(graph-solidbox g -0.8 -0.8 -0.6 -0.6)