Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit febfdcc1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fix(high contrast text) : Make simplified paint have SRC_OVER blend mode." into main

parents 49e9b4dd d1bcb69f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ static void simplifyPaint(int color, Paint* paint) {
    }
    paint->setStrokeJoin(SkPaint::kRound_Join);
    paint->setLooper(nullptr);
    paint->setBlendMode(SkBlendMode::kSrcOver);
}

class DrawTextFunctor {