I have a drawing where I paint like this:
// ******** Drawing the background ********* \
// Setting the color for the background
cairo_set_source_rgba(cr, 1, 1, 1, 1);
// Setting a rectangle
cairo_rectangle (cr, 0, 0, 200, 200);
cairo_stroke_p...
asked by
15.11.2018 / 13:07