fix evas map bug -
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 6 Jan 2011 08:02:37 +0000 (08:02 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 6 Jan 2011 08:02:37 +0000 (08:02 +0000)
commit349b645141515f7906695ad03e3d32e1739ca568
tree4e9879260d08fcdf2852a4de346a77b343763412
parent1b1dea36139b89706e10b129d8010d201c7a46b7
fix evas map bug -
From: Atton Jonathan <jonathan.atton@gmail.com>
Subject: Re: [E-devel] Evas map and the attribute "color" and clip

Here a application. The test here is a bit different from the case in my
appliaction.

I have :
- 1 gengrid
- 1 elm layout as icon in the grid item
- a edje group swallowed in the elm layout. This group has a rotation.
It is
a red rectangle.

When I select the item :
- if no map : the rectangle disappear because the grid item add a
rectangle
in front of the red rectangle.
- if map : only a part of the red rectangle disappear. If I resize the
window sometime the rectangle disappear, sometimes a part appear.

2 screenshots are in the archive.

:)
that one.

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