<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Hello,<br><br>Coming from _BitBlt_ methodology of creating 2D games, what is the equivalent of _clear screen_ on Cairo?<br><br>On rastered type of rendering engine, the pseudo code would be:<br><br>while app is running<br>&nbsp; clear screen<br>&nbsp;&nbsp;&nbsp; draw stuff to buffer<br>&nbsp; draw buffer to screen<br>end while<br><br>How is this logic applied when using cairo library? Is it safe to simply FILL the whole area of&nbsp; the main context with color black (or any color that is)?<br><br><div><br></div>Regards.<br><br>Mj Mendoza IV,<br>Developer, KonsolScript<br><a rel="nofollow" target="_blank" href="http://www.konsolscript.org">http://www.konsolscript.org</a></div><br></body></html>