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

Reduce the overdraw of border dashes. #3483

Merged
merged 2 commits into from Jan 9, 2019
Merged

Commits on Jan 8, 2019

  1. Reduce the overdraw of border dashes.

    Shrink the dash segments using a conservative rect computed in the vertex shader.
    The dash segment rects could be made tighter (we're using a very simple and safe conservative approximation here).
    nical committed Jan 8, 2019
  2. Update reftest reference.

    nical committed Jan 8, 2019
You can’t perform that action at this time.