--- In [email protected], "Daniel Freiman" <[EMAIL PROTECTED]> wrote:
Many thanks Dan, this worked perfectly :-) > > all clipping content does is set the scrollRect of the contentPane. There's > no reason why you can't set the scrollRect of the container itself unless > the border of the canvas goes beyond the bounds of the canvas. Just set the > scrollRect of the canvas equal to a new Rectangle(0,0,canvas.width, > canvas.height). > > - Dan

