1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(vg_lite): fix draw pattern recolor error (#6525)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEX 2024-07-22 17:51:43 +08:00 committed by GitHub
parent f36890102f
commit 4e16f0c644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,8 +194,8 @@ static void task_draw_cb(void * ctx, const lv_vector_path_t * path, const lv_vec
&pattern_matrix,
blend,
VG_LITE_PATTERN_COLOR,
recolor,
vg_color,
recolor,
VG_LITE_FILTER_BI_LINEAR));
LV_PROFILER_END_TAG("vg_lite_draw_pattern");