svg-turtle

Use the Python turtle to write SVG files

MIT License

Downloads
328
Stars
10
Committers
3

Bot releases are hidden (Show)

svg-turtle - Python 3.11 and 3.12 Latest Release

Published by donkirkby about 1 year ago

This release is mostly to show support for Python 3.11 and 3.12, but it also stops using a clip path to clip to the requested canvas size. It was causing some problems with recent versions of PyCairo.

svg-turtle - setworldcoordinates()

Published by donkirkby over 2 years ago

Fixes #7.

svg-turtle - macOS bug

Published by donkirkby over 2 years ago

Fix #3 to support macOS.

svg-turtle - Restore dot

Published by donkirkby over 2 years ago

Fixes #2 by restoring pen state after dot() calls. Also includes some fixes for colour handling.

svg-turtle - Colour mode

Published by donkirkby over 2 years ago

Fixes #1 by implementing colour mode. Also includes some documentation tweaks.

svg-turtle - First release

Published by donkirkby almost 3 years ago

Publish on PyPI with new undo history and turtle shapes.