mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-21 02:35:21 +00:00
47eafd52d1
Rotated text was sometimes broken because there was a mismatch of assumptions between cairo and Gecko about how important it was for the ctm of a scaled_font to match the ctm of a context. This temporarily fixes the problem by disabling the previous_scaled_font cache with bug #583035 tracking a more permanent fix.