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

sw_engine: Fix one pixel blank #1342

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 30, 2023

  1. sw_engine: Fix one pixel blank

    If two sub path sharing one edge but with different direction.
    The winding number of this edge is not zero, but the alpha for aa may be
    zero. Since this edge is inside whole polygon, need to mark this edge in sweep
    line based on this edge's cover.
    RuiwenTang committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    30c485f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856c519 View commit details
    Browse the repository at this point in the history