A simple magnifying glass for Pharo.
Magnifier ========= Magnifier is a simple magnifying glass for [Pharo](http://pharo.org/) with configurable zoom level and refresh time. It comprises two classes: `Magnifier`, which defines GUI using [Spec](http://spec.st/), and `MagnifierMorph`, which displays a zoomed area around the mouse pointer (hand). To open it, execute: Magnifier open Written and tested in Pharo 4. ### Monticello registration You may use the [SmalltalkHub repository](http://smalltalkhub.com/#!/~MichalBalda/Magnifier): MCHttpRepository location: 'http://smalltalkhub.com/mc/MichalBalda/Magnifier/main' user: '' password: '' ### License The MIT License, see file `LICENSE` for more information.