[cairo] Not updating screen
Jose Hevia
jose.francisco.hevia at gmail.com
Tue Aug 28 04:16:44 PDT 2007
Hi,
I'm drawing a map with cairo (200 polygons), I use cairo_line_to and
cairo_fill and/or cairo_stroke. It works.
The problem, it's very slow because cairo updates the screen every
time I use cairo_fill and cairo_stroke (that's 200 times!!!).
So, how could I make cairo wait until I want him to refresh the
screen. I think this has to be very easy, but I didn't found any info
(maybe I don't know what to search).
Bye Jose Hevia
More information about the cairo
mailing list