New issue
Advanced search Search tips

Issue 720517 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Aug 2017
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Ink dropping stroke

Project Member Reported by jkwang@google.com, May 10 2017

Issue description

Ink 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);

 
Project Member

Comment 1 by sheriffbot@chromium.org, Jul 17 2017

Labels: Hotlist-Google
Status: Fixed (was: Untriaged)
I believe this is fixed with jkwang's support for coalesced input in nacl

Comment 3 by dchan@chromium.org, Jan 22 2018

Status: Archived (was: Fixed)

Sign in to add a comment