Elementary map : a bug fix for zoom-out in elm_map by Kim Yunhan
authorSangho Park <gouache95@gmail.com>
Wed, 21 Sep 2011 06:20:28 +0000 (06:20 +0000)
committerSangho Park <gouache95@gmail.com>
Wed, 21 Sep 2011 06:20:28 +0000 (06:20 +0000)
commit31ac1cbb8978077c41f44f69936fd5b66f5a5a77
treed9d5798f08b9e80df6572ea711d36e0989ecf821
parent25d6e48c03a1e3c93e56858f6331f0a57d973387
Elementary map : a bug fix for zoom-out in elm_map by Kim Yunhan

I wrote a patch that handles a bug while zooming-out in elm_map.
When I try to zoom out, some tiles are broken.
But it is hard to notice because broken frame disappears quickly.

I investigated in a few days.
And I realize that there are something wrong.
When map is zoomed out, a tile is shrunk by evas_object_resize().
But evas_map handles its texture by just its origin image size not a shrunk size.
If evas_object's width & height is shrunk, I have to handle for its texture.

SVN revision: 63509
src/lib/elm_map.c