when i zoom a canvas with LV_IMG_CF_ALPHA_8BIT, the canvas will show anything. Before zoom: After zoom: #define MASK_WIDTH 100 #define MASK_HEIGHT 50 void lv_demo_widgets(void) { /* Create the mask of a text by drawing it to a canvas*/ static lv_opa_t mask_map[MASK_WIDTH *...