Config.Area
type rectangle = {
x1 : float;
y1 : float;
x2 : float;
y2 : float;
}
val rectangle : rectangle setting