docs(lv_svg.h): fix build of lv_svg.c

This commit is contained in:
Victor Wheeler
2025-06-06 07:52:58 -06:00
committed by Gabor Kiss-Vamosi
parent 55ab01ec73
commit cb76aaa3d9
+1 -1
View File
@@ -192,7 +192,7 @@ typedef enum {
typedef enum {
LV_SVG_ASPECT_RATIO_OPT_MEET = 0,
LV_SVG_ASPECT_RATIO_OPT_SLICE,
} _lv_svg_aspect_ratio_t;
} _lv_svg_aspect_ratio_opt_t;
typedef uint32_t lv_svg_aspect_ratio_t;
typedef struct {