New issue
Advanced search Search tips

Issue 720522 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Jan 10
EstimatedDays: ----
NextAction: ----
OS: ----
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

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: Archived (was: Untriaged)
Archiving P3s older than 1 year with no owner or component.

Sign in to add a comment