Revert "canvas mask: fix incorrect render surface size."

This reverts commit e3af5eb27f.

Seems previous is correct. My misunderstanding.
This commit is contained in:
Hermet Park 2020-02-18 20:07:08 +09:00
parent e3af5eb27f
commit d00dadb79a
1 changed files with 1 additions and 1 deletions

View File

@ -2622,7 +2622,7 @@ evas_render_mask_subrender(Evas_Public_Data *evas,
// Unreachable code until we implement support for smart masks
evas_render_mapped(evas, mask->object, mask, ctx,
output, mdata->surface,
-x, -y, 2, 0, 0, w, h,
-x, -y, 2, 0, 0, evas->output.w, evas->output.h,
NULL, level, do_async);
}
ENFN->context_free(ENC, ctx);