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 the rendering of polygons in basecore2d-based backends #987

Merged
merged 6 commits into from
Aug 12, 2022

Commits on Aug 10, 2022

  1. Fix the rendering of polygons in basecore2d-based backends

    This:
    
    - consistently uses Nx2 numpy arrays to store path points
    - doesn't create a new subpath after a LINES function
    
    A driveby fix gives a default implementation for show_text_at_point().
    corranwebster committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f8526eb View commit details
    Browse the repository at this point in the history
  2. Clean-up comments.

    corranwebster committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    db167f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8b7b22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    228be7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8a010d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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