typemytype / drawbot

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

textBox with box with negative width behaves unexpectedly #487

Open justvanrossum opened 1 year ago

justvanrossum commented 1 year ago
box = (408, 344, -386, 460)

rect(*box)

font("Arial")
fontSize(70)
fill(1, 0, 0)  # white
hyphenation(False)
textBox("Hello there hyphenation there Type Media people.", box, align="justified")
image
typemytype commented 1 year ago

the textBox box should be normalised