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 short-circuit logic in HitTester #2739

Merged
merged 1 commit into from May 8, 2018

Commits on May 8, 2018

  1. Fix short-circuit logic in HitTester

    |= (the bitwise or-assignement operator) does not do short-circuiting.
    It isn't an error to call is_point_clipped_in_for_clip_chain again in
    this case, but it has the potential to do a lot of extra work.
    mrobinson committed May 8, 2018
You can’t perform that action at this time.