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

Unroll & reduce dot access in rectangle drawing helpers #2198

Merged
merged 7 commits into from
Sep 29, 2024

Commits on Jul 19, 2024

  1. Optimize draw_rect_outline by reducing dot access

    * Reduce dot access by fetching values once
    
    * Add inline diagram of the rectangle points
    pushfoo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    abbcec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891926b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    822e25e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9477fd View commit details
    Browse the repository at this point in the history
  5. Use Point2List

    pushfoo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6c6fce4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    381f8e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    0c423e5 View commit details
    Browse the repository at this point in the history