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 upServo don't start on Ubuntu 13.04 64b #527
Comments
|
There's a rust bug causing the assertion you're seeing, but the main problem is that the font fallback behaviour still isn't foolproof. You can work around this by installing the msttcorefonts package. |
|
I'm seeing this error on OS X as well. My understanding is that the msttcorefonts are included by default on Mac, so I'm unsure of an easy solution. Suggestions? |
|
I'm seeing this error on Arch Linux too. Installing |
|
Figured out my issue. I had foolishly disabled all of the MS fonts that were enabled on my system. Re-enabling them all solved my issue. Easy fix. |
|
Is there any hint to allow me to modify the code in order to make the font On Wed, Jun 26, 2013 at 2:00 AM, Jahfer Husain notifications@github.comwrote:
|
Add a a warning to Blob-constructor.html.
|
We improved font fallback behaviour a few months ago. |
Add basic subpixel AA text support on Linux. This is some preliminary support for subpixel AA. Specifically: * Only on Linux for now. * No gamma correction. * Disabled by default (use -Z subpixel-aa to test). * Doesn't deal with rotations, subpixel positioning etc. <!-- 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/527) <!-- Reviewable:end -->
I got the following error:
The full trace:
Do you need more information?