Hi,

I am trying to to implement zooming in the viewport like this:
I choose a rectangle from the current scene, then I would like to create another scene which would show only the chosen rectangle, and so on(of course I would remove the old scene from the viewport).
For now I use scale() method which scales the whole scene, and it takes about 1 or 2 sec to paint it again.
How to create a scene using a rectangle from another scene? I draw the scene contents in the background and add some items. How to copy the part of the background and items to another scene?

Thank you for any ideas.

Maverick