-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
So as not to clog up the Scratch topic.
Summary of previous discusion:
Our options are:
glsvg, which is easy and should work. Maybe be issues with multiple svgs at the same time (which is a problem).
pyrsvg, a standard for vector raserization. Requires the hefty GTK libraries though.
Wrapping a C++ solution? nanosvg seems like a possibility, but at this point it might even be easier to write a rasterizer (and use an existing Python parser).
pinging @BookOwl and @Tymewalk please fill in anything I missed.
Reactions are currently unavailable