Hi, If i want to draw something on top of an image then it never apper.
Suppose i have drawn some lines in a part of window say(0,0,200,200) Now i want to draw a partial rectangle using fl_rectf on (0,0,50,50). I want partial rectangle so that lines under the rectangle should also appear. I have tried it by using fl_rectf or fl_rect. But no rectangle appear on top of this area(0,0,50,50). I have tried to draw the rectangle where i'm drawing lines but no success. I'm drawing lines using fl_vertex function. Please suggest how to do that. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

