Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.txt

Issue 2714283002: Fix unexpected blurry text caused by combination of skew and promotion (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Text which is not promoted to a layer is drawn crips with subpixel anti-aliasing .
2 Text which is part of a skewed layer is skewed after it's rastered (with the cou nter-skew) resulting in extremely blurry text. But if that text is separately co mposited, then it's rastered into a rectilinear layer so it looks crisp (but doe sn't get subpixel antialiasing because it's promoted)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698