#include "graphics_context.h" graphics_context::graphics_context():center_angle(0),rotation_angle(0), rotation_center(coordinate(0,0)),pen_color(white),fill_color(white), filled(false),rotate(false),depth(0),order(0) { }