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

feat: optimization of "solid" polygon/polyline display #1876

Merged
merged 6 commits into from
May 23, 2024

Commits on May 7, 2024

  1. feat: optimization of "solid" polygon/polyline display

    Impacted files:
    * `polygon_layer/painter.dart`: minor refactoring
    * `polyline_layer/painter.dart`: minor refactoring
    * `pixel_hiker.dart`: optimized the "solid pixel hiker" relying on `addPolygon` instead of numerous `moveTo`/`lineTo`
    monsieurtanuki committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e4a19e5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    9fcce59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ba514 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    a540e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82617b5 View commit details
    Browse the repository at this point in the history