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

Commit 19a390bf authored by Chris Craik's avatar Chris Craik
Browse files

Correct sub-hairline tessellation threshold

Change-Id: Id868d41a36db5b4daa762d84b6329f9c31916bce
parent be1a8cda
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;
        }