evas: Fix bad clipping with proxy
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 27 Jun 2016 11:36:24 +0000 (20:36 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 27 Jun 2016 12:04:49 +0000 (21:04 +0900)
commitd3d655bedf0496826cb0325d1e9d865185c52bbf
tree162756a29d7c8361c396cc4c5a339e895df1789b
parent4d6216c7f662500e313cf6ee0c2bc2bcf0f10998
evas: Fix bad clipping with proxy

evas-images2 example was broken due to excessive clipping.
This is one more issue with the cached clip geometry.

By default proxy_src_clip is true. The doc (that I wrote)
mentions that it means both objects (image proxy & source)
share the same clipper. So, this does not mean that the proxy
is clipped to the geometry of the source (this can be useful
in some cases, when replacing an object with a proxy to apply
some kind of effect on it... but this could be rare).

Thanks Amitesh for the report.

@fix
src/lib/evas/canvas/evas_object_image.c