Elm-Canvas / elm-canvas

Making the canvas API accessible within Elm
BSD 3-Clause "New" or "Revised" License
63 stars 14 forks source link

Improve render - Address mouseEnter bug #35

Closed Chadtech closed 7 years ago

Chadtech commented 7 years ago

WHAT

Changed a bit how rendering works. Rendering no longer spits out a fresh canvas on each UI cycle. Instead is modifies the existing one in the DOM tree, if needs to. Possible performance increase.

WHY

mrozbarry commented 7 years ago

@Chadtech other than fixing the conflict, this looks good :D