> If I use cairo_line_to(), and cairo_move_to() to draw something like this: > | | > --------- > | | > --------- > I see it when i use 'cairo_stroke_preserve()' > But what if I want to fill the bottom rectangle , i try using > cairo_fill_preserve(), but nothing appear.