waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
358 stars 88 forks source link

Clear stage to <color> does not restore previous fill colour #1194

Closed dethe closed 9 years ago

dethe commented 9 years ago

When we clear the stage we should do it in a save(); /* do something */ restore() block to preserve the existing fill colour.