Generating SVG from turtle graphics

Serhiy Storchaka storchaka at gmail.com
Sun Jan 14 11:44:38 EST 2018


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.




More information about the Python-list mailing list