evas: Fix bad clipping with proxy 09/82609/2
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 27 Jun 2016 11:36:24 +0000 (20:36 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Sat, 6 Aug 2016 00:44:06 +0000 (17:44 -0700)
commitec4121ffad0279df8082a158f8f3cbb8bfec6b3a
treec734f13ddffe292fc6ac5ae2fdf23d0453cc6b99
parent945f5078abd925ec137c7ccdf016e7200d684241
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

Signed-off-by: Pankaj Mittal <m.pankaj@samsung.com>
Change-Id: I910f57162064aafecc1b0397f8c7af6ba1469e94
src/lib/evas/canvas/evas_object_image.c