typemytype / drawbot

http://www.drawbot.com
Other
393 stars 61 forks source link

add support for writingDirection(..) #568

Closed typemytype closed 4 months ago

typemytype commented 4 months ago

This fixes #567.

No test yet.

typemytype commented 4 months ago

fixing #567

justvanrossum commented 4 months ago

@typemytype I added a test and a doc example. I think this is then good to go!

typemytype commented 4 months ago

I guess testing only the doc string code is more then enough.

justvanrossum commented 4 months ago

You're right, I'll remove the "normal" test. (I only thought of the doc test after I made the normal one...)