maschek / imgmap

Javascript based imagemap editor
https://www.maschek.hu/imagemap/
GNU General Public License v2.0
59 stars 32 forks source link

new feature: Zoom #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. load an image with several lines of text
2. try to create an area for each one as rectangles, as least 3 such areas,
each one just below the previous one and one line height.

It's a little difficult to adjust the areas in that situation, the cursor
jumps from resizing to move due to the small size of the area.

So a very nice addition would be a zoom mode that would show the image at
150% or 200% so it's much easier to control the borders of each area.

Original issue reported on code.google.com by aml...@gmail.com on 3 Sep 2008 at 10:07

GoogleCodeExporter commented 9 years ago
Yes, i am about to refactor the code to have better separation of UI and drawing
library, and as an addition i am planning to add some zoom functionality (didnt
figure out the control for it yet).
In the meantime however you can just click inside the coords textbox and use 
your
up/down keys on the keyboard to easily fine tune a given coordinate. (Possibly 
not
working in all browsers)

Original comment by adam.mas...@gmail.com on 3 Sep 2008 at 10:16

GoogleCodeExporter commented 9 years ago
Feature added in latest release, so far no problems reported, issue closed.

Original comment by adam.mas...@gmail.com on 4 Apr 2009 at 9:29