Skip to content

Use masked draw strokes #19

Description

@bcampbell

Currently most operations just naively blat down the brush over and over, with massive overdraw.
This is fine, but sucks for "modifying" operations like brighten/darken, or when using transparency.
Need to treat each drawing stroke as a single operation, drawing each pixel only once. For interactive tools like pencil, this means maintaining a mask as we go.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions