peterhinch/micropython-micro-gui

SVG Driver?

Closed this issue · 1 comments

would it be possible to write an SVG driver so that the output could be written to an SVG file? Perhaps there is a better tool for SVG generation ported to micropython?

The micro-gui library uses graphics drivers subclassed from framebuffer.FrameBuffer and is bitmap based. There is no support for vector graphics.

Your question might be better raised in the forum. I believe there is a driver for Hershey fonts but I don't recall anyone working on SVG format - but my memory isn't what it was and I may be wrong here.