Hi,<br><br>I wish to draw three rectangles on the drawing area.<br><br>But after&nbsp; finishing drawing&nbsp; one ,I draw the next.<br>Also I wish to add the scaling effect to it.Like the first rectangle is initially small.I enlarge it to a particular size and then draw the next one.<br>
<br>I have accomplished this , but because I call queue_redraw in my timer function the previously drawn rectangle vanishes and then the second one is drawn.<br><br>I dont wish to explicitly draw the three rectangles by specifying the co-ordinates.Is their a better way to do it?<br>
<br>Regards,<br>Abhidhnya.<br>