Vector graphics support

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.

Hi, eegarding your request: Yes, we are planning to add SVG support.

It is definitely included in our development roadmap; however, we cannot yet confirm exactly which future version of SquareLine Studio will introduce this feature.

Yeah. This makes it quite unusable for me right now. SVG are just so tiny and easily structured in comparison to an uncompressed png taking so much space on my tiny micrcontrollers…