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

Path intersection was not checking paths with circles #1229

Merged
merged 2 commits into from Feb 17, 2021
Merged

Commits on Mar 9, 2020

  1. Path intersection was not checking paths with circles.

    As an optimization the path intersection was checking the paths had three or more elements, caliming that otherwise there was nothing to fill. However a semi circle would actually contain 2 points.
    
    Fixes svg#1048.
    
    This adds a simplified test case for the 2 offending files reported in the issue.
    sk- committed Mar 9, 2020
    Copy the full SHA
    065bba7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge remote-tracking branch 'upstream/master'

    Sebastian Kreft committed Feb 15, 2021
    Copy the full SHA
    b6c8285 View commit details
    Browse the repository at this point in the history