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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user