SVG image decoder

Description

What LVGL version are you using?

v9.0

What do you want to achieve?

I’d like to display an image in SVG format.

What have you tried so far?

I’ve noticed that recently ThorVG has been integrated in LVGL, but I can’t understand if it’s just to programmatically draw vector graphics or if it’s possible to also render an SVG image. The corresponding image decoder seems to be missing for now.

any update on this? I also want to do the same render the SVG file using LVGL with help of ThorVG, however not getting any lead

I haven’t really understood whether something within LVGL or ThorVG allow to display an entire SVG file; right now I’m falling back to parsing the SVG and displaying it piece by piece thanks to LVGL’s vector graphics API (which in turn relies on ThorVG).