http://www.perlmonks.org?node_id=210888


in reply to Canvas scaling/flow chart tool

You might want to implement a viewport for your tool.
I wrote a viewport package for a simple video game that
may be of interest to you. Take a look at the Viewport.pm
section of this node.

Replies are listed 'Best First'.
Re: Re: Canvas scaling/flow chart tool
by TooNewbie (Acolyte) on Nov 07, 2002 at 18:38 UTC
    Thanks rbc. I'm still working my way through the Viewport package but I think this will
    help a lot.