Re: [w3ctag/design-reviews] Custom Paint API to CR (#140)

>From the F2F we had some minor changes which involved add a `devicePixelRatio` to the global scope of paintworklet see:

https://github.com/w3c/css-houdini-drafts/pull/446
which is exactly the same as `window.devicePixelRatio`

<hr>

Also changed the `static alpha = false` flag to be a `static contextSettings = { alpha: false }` to follow the same context creation settings that canvas2d allows in the future. (e.g. color space, etc).

<hr>

The additional changes from the F2F were some small changes to allow servo to perform speculative evaluation of paint functions. E.g.
https://github.com/w3c/css-houdini-drafts/pull/439


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/140#issuecomment-322522862

Received on Tuesday, 15 August 2017 16:49:52 UTC