fix(vg_lite): enable box shadow by default (#8242)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEX
2025-05-16 11:05:32 +08:00
committed by GitHub
co-authored by pengyiqiang
parent aa86d762c0
commit 94bdc2daa4
25 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -285,7 +285,7 @@
/** Enable border to simulate shadow.
* NOTE: which usually improves performance,
* but does not guarantee the same rendering quality as the software. */
#define LV_VG_LITE_USE_BOX_SHADOW 0
#define LV_VG_LITE_USE_BOX_SHADOW 1
/** VG-Lite gradient maximum cache number.
* @note The memory usage of a single gradient image is 4K bytes. */