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 loop count from 7b9c8e638 #214

Merged
merged 1 commit into from Mar 1, 2016
Merged

Fix loop count from 7b9c8e638 #214

merged 1 commit into from Mar 1, 2016

Commits on Mar 1, 2016

  1. Fix loop count from 7b9c8e6

    After updating WebRender, [this box shadow][1] rendered incorrectly.
    `git bisect` pointed to 7b9c8e6, where I noticed that the replacement
    code wasn't quite equivalent -- `self.vertices` vs `vertices`
    
    [1]: https://github.com/kevinmehall/webrender-
    experiments/blob/master/src/main.rs#L127
    kevinmehall committed Mar 1, 2016
You can’t perform that action at this time.