11.01.18 13:03, Steven D'Aprano пише:
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?

You can translate the following Tcl/Tk recipe to Python/Tkinter: http://wiki.tcl.tk/4534. Or just run the code directly in the buildin Tcl interpreter.

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to