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

UI rendering corrections and constrained angles feature #12

Merged
merged 8 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    8a40c96 View commit details
    Browse the repository at this point in the history
  2. fixed bug where 'Clear all polygons' causes polygon colors to change …

    …unexpectedly upon closure
    mwomick committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    78647ce View commit details
    Browse the repository at this point in the history
  3. fix bug where lines are all the same color (although different depend…

    …ing on poly/line switching history) and also change the closing criteria from L1 dist to L2 dist
    mwomick committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d6951a0 View commit details
    Browse the repository at this point in the history
  4. change ordering of poly/lines so that while drawing, lines appear abo…

    …ve the previous drawings instead of behind
    mwomick committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    83ed2e3 View commit details
    Browse the repository at this point in the history
  5. add a node--i.e., ctx.arc(...)-- immediately upon click--previously o…

    …nly added node on mousemove
    mwomick committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    36824b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4dfa23 View commit details
    Browse the repository at this point in the history
  7. fill before stroking

    mwomick committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8bcf4fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcfd15a View commit details
    Browse the repository at this point in the history