Description
I am using VSCode with ESP-IDF and install the lvgl v9.2.2 component using the ESP-IDF component manager.
Basic functionality in lvgl is working fine but I am not able to get the SVG example to work.
https://docs.lvgl.io/master/details/libs/svg.html
On investigation I see that the svg folder is missing from the src/libs folder. The folder exists on the lvgl github repo (the expat folder is also missing)
Any ideas on why this is happening and how to fix?
Thanks.