donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
291 stars 57 forks source link

Low text #365

Closed donkirkby closed 2 years ago

donkirkby commented 2 years ago

The Turtle.write() method puts the text too low on the browser canvas, so shift the y coordinate slightly higher.

donkirkby commented 2 years ago

Changing textBaseLine seemed like the easiest fix.