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

Commit d041e476 authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Correct sub-hairline tessellation threshold" into jb-mr2-dev

parents d80806b3 19a390bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ public:
        }

        if (isAA && halfStrokeWidth != 0 && inverseScaleX == inverseScaleY &&
                halfStrokeWidth * inverseScaleX < 0.5f) {
                2 * halfStrokeWidth < inverseScaleX) {
            maxAlpha *= (2 * halfStrokeWidth) / inverseScaleX;
            halfStrokeWidth = 0.0f;
        }