Generating SVG from turtle graphics

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Sun Jan 14 07:32:53 EST 2018


maybe save to .png then use another tool to svg

On 11 Jan 2018 15:06, "Steven D'Aprano" <
steve+comp.lang.python at pearwood.info> wrote:

> 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
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list