On Jun 14, 2007, at 7:49 AM, Manoj wrote: > If i use fl_rectf instead of fl_rect and choose any color then line > under this rectangle never display. > like > fl_rectf(0, 0, 50, 50,100,100,100); > Can i see the line also if i use fl_rectf?
Just draw the rectangle first, then the line. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

