Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mottled transparent lines #41

Merged
merged 2 commits into from
Nov 6, 2021

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    f16a834 View commit details
    Browse the repository at this point in the history
  2. Pen now does not re-draw on a point until it has drawn on another point

    This fixes the weird mottled lines you get whenever you draw transparent with the pen.
    This also fixes the bug where the click handler draws the last point in a freehand line on mouseup after it's already been drawn on by the mouse-move (the mouse-move to get to the point)
     - moved on click to on mouseup, and added a checker to make it return if it's already drawn on a point this click (if the user dragged the mouse)
    mrfoogles committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    243ca0a View commit details
    Browse the repository at this point in the history