Slick Dealer wrote: > It is so much easier to have a scrollable image embedded in html code > and open using Fl_Help_View but the speed of image rendering is quite > slow. Therefore, I wanted to use Cairo for faster image rendering and > rotation.
If speed is the issue I'd strongly suggest you look at GL rather than Cairo - as it stands right now, most platforms have h/w accel of GL, but not of Cairo (unless Cairo is using a GL/glitz type back end of course...) _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

