Am 07.08.2008, 01:31 Uhr, schrieb Chris Barker <[EMAIL PROTECTED]>: > Note to Matthias (if you're reading this): > > I've had this kind of request before. While FloatCanvas is really > designed for scalable zoomable drawing, it should be easy to do this > kind of thing, too. We might want to keep that in mind as we re-factor.
When you say "this kind of thing", do you mean the task as a whole or specific parts of it? As far as I can see now it looks like fc can do it all. fc2 also supports arbitrary camera positions, so you can center the view whereever you want. Right now it's centered by default, but it's as easy as changing 1 line to change this. Maybe 5 lines to have the alignment (tl, br, cc, ...) behaviour. The alignment is not yet part of fc2, but it's on my list of things to do. If you want to use scrollbars, you could create a standalone scrollbar and then link this to the camera position to get scrolling behaviour. ZoomToBB is also working in fc2 (with various settings like you can specify whether the aspect ratio should be kept and a percentual padding around the box). -Matthias _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
