Closed le-jeu closed 2 years ago
Reduce redraw computation to one redraw per frame as in L.Canvas. The L.Canvas._redraw restores this._redrawRequest to null once it's called.
L.Canvas
L.Canvas._redraw
this._redrawRequest
null
Reduce redraw computation to one redraw per frame as in
L.Canvas
. TheL.Canvas._redraw
restoresthis._redrawRequest
tonull
once it's called.