Skip to content

Fix eraser handling in Ink Stylus Showcase App#722

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_939563424
Open

Fix eraser handling in Ink Stylus Showcase App#722
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_939563424

Conversation

@copybara-service

Copy link
Copy Markdown

Fix eraser handling in Ink Stylus Showcase App

When multiple erases happen in quick succession, their background geometric computations can sometimes overlap, causing them to accidentally overwrite one another. This CL mitigates this by queuing the eraser strokes per target node, and processing them sequentially. In addition, the stroke segmenting is deferred, and performed once for all erases are handled.

When multiple erases happen in quick succession, their background geometric computations can sometimes overlap, causing them to accidentally overwrite one another. This CL mitigates this by queuing the eraser strokes per target node, and processing them sequentially. In addition, the stroke segmenting is deferred, and performed once for all erases are handled.

PiperOrigin-RevId: 939563424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants