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

Conversation

@kevinmehall
Copy link
Contributor

kevinmehall commented Mar 1, 2016

After updating WebRender, this box shadow rendered incorrectly.
git bisect pointed to 7b9c8e6, where I noticed that the replacement
code wasn't quite equivalent -- self.vertices vs vertices

Before:

After:

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
@glennw
Copy link
Member

glennw commented Mar 1, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Mar 1, 2016

📌 Commit 74ea533 has been approved by glennw

@bors-servo
Copy link
Contributor

bors-servo commented Mar 1, 2016

Testing commit 74ea533 with merge 128c0eb...

bors-servo added a commit that referenced this pull request Mar 1, 2016
Fix loop count from 7b9c8e6

After updating WebRender, [this box shadow](https://github.com/kevinmehall/webrender-experiments/blob/master/src/main.rs#L127) rendered incorrectly.
`git bisect` pointed to 7b9c8e6, where I noticed that the replacement
code wasn't quite equivalent -- `self.vertices` vs `vertices`

Before:
![](http://i.imgur.com/UPj8L7g.png)
After:
 ![](http://i.imgur.com/O37yAZA.png)
@glennw
Copy link
Member

glennw commented Mar 1, 2016

Thanks!

@bors-servo
Copy link
Contributor

bors-servo commented Mar 1, 2016

☀️ Test successful - travis

@bors-servo bors-servo merged commit 74ea533 into servo:master Mar 1, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.