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

Sync changes from mozilla-central #3548

Merged
merged 6 commits into from Feb 12, 2019
Next

Bug 1526769 - always initialize local_transform to the identity matri…

  • Loading branch information
srijs authored and moz-gfx committed Feb 11, 2019
commit 40a33c202465c01f49ec30dc1c664b528bd93ed4
@@ -71,7 +71,7 @@ VertexInfo write_text_vertex(RectWithSize local_clip_rect,
vec2 snap_bias) {
// The offset to snap the glyph rect to a device pixel
vec2 snap_offset = vec2(0.0);
mat2 local_transform;
mat2 local_transform = mat2(1.0);

#ifdef WR_FEATURE_GLYPH_TRANSFORM
bool remove_subpx_offset = true;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.