From: Bluezery <ohpowel@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 30 Dec 2011 02:57:17 +0000 (02:57 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 30 Dec 2011 02:57:17 +0000 (02:57 +0000)
commite0b351e0645377e902cf3733552812f8511ea6c2
tree06e943d0ee068c5efce4e09255befb2bf057239b
parent3f98890439cfd330267e0b19fc54159c5637a0ec
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Smooth stepping of wheel & pinch
gesture

When elm_map doing zooming by using wheel gesture, scroller is resized
if it exceeds certain limit.
But current limit value is 2.0 & 1.0, actually those should be below
2.0 and above 1.0.
The reason is that resizing means exactly 2.0 or 1.0. So if it is
above 1.99x,  it can be 2.0 and can be resized.
In addition, pinch.level & pinch.diff values should not be 1.0 or 2.0
for more accuracy. It should be half of previous pinch level or two
times of that.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66658 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_map.c