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

Commit 0a74ec18 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

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

* commit 'd041e476':
  Correct sub-hairline tessellation threshold
parents 943e1cd3 d041e476
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;
        }