
; color red, green, blue
; point x1, y1
; point x2, y2
; point xn, yn

color 1, 0, 0
point 100, 100
point 200, 100
point 200, 200
;point 100, 200

color 0, 0, 1
point -100, -100
point -120, -100
point -120, -120
point -100, -120

