Evas masking: Fix blending of some border images

This commit is contained in:
Jean-Philippe Andre 2015-01-23 17:02:40 +09:00
parent 6a934f703c
commit 8b889f4892
1 changed files with 1 additions and 0 deletions

View File

@ -3331,6 +3331,7 @@ state_write:
outw = iw - bsl - bsr; outh = ih - bst - bsb;
if ((o->cur->border.fill == EVAS_BORDER_FILL_SOLID) &&
(obj->cur->cache.clip.a == 255) &&
(!obj->clip.mask) &&
(obj->cur->render_op == EVAS_RENDER_BLEND))
{
ENFN->context_render_op_set(output, context, EVAS_RENDER_COPY);