when source_clip is disabled, the clipper used should be the one used by
the proxy object. previously this would never be the case, meaning that
disabling source_clip had no effect
@fix
Depends on D8879
when source_clip is disabled, the clipper used should be the one used by
the proxy object. previously this would never be the case, meaning that
disabling source_clip had no effect
@fix
Depends on D8879
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Please check a comment.
src/lib/evas/canvas/evas_render.c | ||
---|---|---|
1655–1657 | Should we ignore Proxy object's clipper ? This seem bring different behavior. obj->cur->cache.clip.x must be applied with src_obj->cur->cache.clip.x; |
src/lib/evas/canvas/evas_render.c | ||
---|---|---|
1655–1657 | No, this is the exact same behavior; the only difference here is that the clip geometry is being accessed through proxy_render_data->src_obj after this patch instead of through the passed obj parameter. |