What do you want to achieve?
I want to support vector graphics using the lvgl_sv functionality.
Do you see alternative options and workaround to achieve it?
Doing my screens locally and manually so no.
Mention some use cases
Instead of having to save huge png files i could probably parse my svg files on the device and then render what is needed.
Or even better create lvgl analog squares/lines using the svg file as a source. So no parsing on device is needed.
Just start with something simple.