Khan / live-editor

A browser-based live coding environment.
Other
761 stars 184 forks source link

draw ignores textSize #548

Open lgto4 opened 8 years ago

lgto4 commented 8 years ago

See the example at https://www.khanacademy.org/computer-programming/wat7/4733593008340992 . A call to textSize is ignored. All is copacetic if the same code is not invoked via the draw function.

benburrill commented 8 years ago

Interestingly, if you add a call to random() somewhere and restart the program, it is drawn big once.