mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user