vydd/sketch

Sketch doesn't resize properly after class redefinition

Gleefre opened this issue · 0 comments

Hello,

If you try to redefine sketch which was either created with different from default size, or if you redefine size itself, it will stop rendering properly.

(Example: redefined from (width 400) to (width 800))
before-redefine
after-redefine

Adding method for window-event :resize as in #59 fixes this problem.