-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hey Tal,
I've been looking into how to get rid of the overlap artifacts that happen with zooming and transparent layers, and I think I have a pretty good handle on it.
My plan would be to have each view have its own array of layers and its own canvas, draw the pixels directly to it (with color mapping done at this step), and then use drawImage() to blit the layer to the View's canvas.
If I were to work up a PR along these lines, would you be receptive?
Metadata
Metadata
Assignees
Labels
No labels