Re: Canvas capture update

On Wed, Aug 12, 2015 at 6:11 PM, Martin Thomson
<martin.thomson@gmail.com> wrote:
> My understanding is that painting is a term of art, because the canvas
> spec doesn't actually define it.

Not exactly when painting happens, but it's synchronously observable
whether something is on the <canvas> or not. Rendering of <canvas> is
loosely defined as part of the event loop, though not really in any
explicit way.


-- 
https://annevankesteren.nl/

Received on Wednesday, 12 August 2015 16:24:00 UTC