feat(libs): add SVG rendering support (#6845)

Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
This commit is contained in:
Zhang Ji Peng
2024-10-15 21:33:27 +08:00
committed by GitHub
parent 58243733d8
commit bbe5f032e6
106 changed files with 8212 additions and 1 deletions

View File

@@ -907,6 +907,11 @@
/** Use external LZ4 library */
#define LV_USE_LZ4_EXTERNAL 0
/*SVG library*/
#define LV_USE_SVG 0
#define LV_USE_SVG_ANIMATION 0
#define LV_USE_SVG_DEBUG 0
/** FFmpeg library for image decoding and playing videos.
* Supports all major image formats so do not enable other image decoder with it. */
#define LV_USE_FFMPEG 0