Ink dropping stroke |
||
Issue description
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);
,
Jan 10
Archiving P3s older than 1 year with no owner or component. |
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Jul 17 2017