Do we need to implement double buffering ourselves with <canvas>?

Viewed 4785

I'm starting to use Canvas (with GWT), do we need to implement double buffering ourselves? Wondering if somehow the browsers instead implement this for us already.

Thanks

2 Answers
Related