mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(vg_lite): remove pattern_color from label drawing (#6605)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
parent
f7b616b59d
commit
49ef8de5d7
@ -210,7 +210,7 @@ static void draw_letter_bitmap(lv_draw_vg_lite_unit_t * u, const lv_draw_glyph_d
|
||||
&matrix,
|
||||
VG_LITE_BLEND_SRC_OVER,
|
||||
VG_LITE_PATTERN_COLOR,
|
||||
color,
|
||||
0,
|
||||
color,
|
||||
VG_LITE_FILTER_LINEAR));
|
||||
LV_PROFILER_END_TAG("vg_lite_draw_pattern");
|
||||
|
Loading…
x
Reference in New Issue
Block a user