Do the texel-uv-to-pixel-uv conversion in floating point instead of in
032f1e8
integers. Before, the truncation rounded all texel uvs to zero, resulting in unblurred glyphs overwriting whatever was at (0,0) in the texture cache! Addresses servo/servo#10136.