-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed
flutter/engine
#41780Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
Skia uses https://github.com/google/skia/blob/f8a6c43e67847902aa3779482ca78e7beb88ebe4/src/text/gpu/TextBlob.cpp#L60 to compute a canonical color for caching glyphs. The color the text is drawn with has an implact on the anti aliasing pixels.
Previously we made a tradeoff to make dark text on light backgrounds look better, potentially at the cost of light text on dark backgrounds.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight