You would be able to use the canvas to do something like that. Dragging, zooming, etc is all possible.
I added a panning part of the tutorial at: Canvas Tutorial
Zooming is built into the canvas itself, using the scale
function.
You would be able to use the canvas to do something like that. Dragging, zooming, etc is all possible.
I added a panning part of the tutorial at: Canvas Tutorial
Zooming is built into the canvas itself, using the scale
function.