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:
parent
f36890102f
commit
4e16f0c644
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user