evas: Fix double clipping issue with map
authorjiin.moon <jiin.moon@samsung.com>
Thu, 2 Mar 2017 06:53:03 +0000 (15:53 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 2 Mar 2017 07:43:47 +0000 (16:43 +0900)
commitf506f65141cc7e46edf3aad938852aea26e07687
treee74b5db1052c6bb01436fda25da8908d0a998ded
parente6a1e456cb3ca7587bd7c1c2dc822af035bf6f42
evas: Fix double clipping issue with map

If object's parent has map and object also has map, the evas
clip would be applied twice.

The context already applied clip area when drawing on map_surface.
So don't need more clipping when drawing map_image.

Also, make sure to apply the framespace clip when drawing the map
surface onto the final canvas. Thanks @jiin.moon for the initial
patch (see D4694).

@fix

Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
src/lib/evas/canvas/evas_render.c