Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWindows webrender exception #15651
Closed
Windows webrender exception #15651
Labels
Comments
|
Looks identical to #15623. |
|
@jdm - could be. I'm seeing this behaviour on all four of the 2nd row of the showcase (reddit, hacker news, servo site, rust site) as well as wikipedia. |
|
This problem occurs when rendering text phrases containing spaces. DirectWrite's GetAlphaTextureBounds method returns zero-sized rectangle for the space glyph which gets caught in assertion at servo-dwrote. |
|
Thanks for finding this. Should be fixed with the PR. |
bors-servo
added a commit
to servo/webrender
that referenced
this issue
Feb 22, 2017
return none glyph dimensions if width or height are zero To solve issue servo/servo#15651 (comment) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/910) <!-- Reviewable:end -->
|
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running a recent build, I'm seeing this when trying to open reddit. I'm trying to track down why #15428 happens.