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 upRemove Josefin Sans font #406
Closed
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
…anvas-drawCustomFocusRing Test for drawCustomFocusRing
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
…2ger Show the name of the failing file on shader compile error If compiling of a shader fails for some reason in a release build, there is no information about which file caused the error (only in debug build). Consider printing the filename on errors: Before: ``` Failed to compile shader: 0:25(2): error: initializer of type int cannot be assigned to variable of type float 0:29(2): error: value of type float cannot be assigned to variable of type int ``` After: ``` Failed to compile shader: "/home/odroid/servo/resources/shaders/ps_rectangle_clip.fs.glsl" 0:25(2): error: initializer of type int cannot be assigned to variable of type float 0:29(2): error: value of type float cannot be assigned to variable of type int ``` <!-- 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/406) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We used this font before we had system font support. It's no longer needed anywhere. Also remove OFL.txt