0awful / SharedCanvas

MIT License
0 stars 0 forks source link

Rendering refactor #12

Closed 0awful closed 6 years ago

0awful commented 6 years ago

Multifaceted re-render:

The render function only redraws what is in the drawing object, so we shouldn't see a loss of performance once we switch to this method.

0awful commented 6 years ago

fixed