evas/evas_object_image - modified to keep the uv consistency with normal evas_object.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 22 Jul 2011 05:24:16 +0000 (05:24 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 22 Jul 2011 05:24:16 +0000 (05:24 +0000)
commit05d9226e489d839cb796e81c97c46aad562ced90
tree6b6eaf5eca2abdb79a1b2cf925f9f106be43140f
parenta68aa2893d04623ac1fabac54fcc8f179e57d23e
evas/evas_object_image - modified to keep the uv consistency with normal evas_object.

Although the uv range of normal object is be localized to the it's geometry,

but the uv range of the image object is be localized it's image size but not geometry size.

In that case, user should find out the objects type and set the uv value differently between normal and image

why they do that?

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