Ink dropping stroke |
|||
Issue descriptionInk demo with nacl is here https://ink.googleplex.com/nacl/nacl.html. It will drop stroke when FPS is low. To reproduce, inject following js to the webpage and draw with a stylus. function OnFrame() { var start = Date.now(); while(Date.now() - start < 200) { ; } window.requestAnimationFrame(OnFrame); } window.requestAnimationFrame(OnFrame);
,
Aug 24 2017
I believe this is fixed with jkwang's support for coalesced input in nacl
,
Jan 22 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by sheriffbot@chromium.org
, Jul 17 2017