Generating SVG from turtle graphics

Steven D'Aprano steve+comp.lang.python at pearwood.info
Thu Jan 11 06:03:53 EST 2018


I'd like to draw something with turtle, then generate a SVG file from it.

Is this possible?

If not, is there something I can do which lets me plot lines, shapes and 
curves and output to SVG?

Ideally, I'd like to draw a figure pixel by pixel, and then have the SVG 
library fit a bezier curve to it.




-- 
Steve




More information about the Python-list mailing list