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

Commit 33559c96 authored by ztenghui's avatar ztenghui Committed by Android (Google) Code Review
Browse files

Merge "MiterLimit represent a ratio itself, no need to scale" into lmp-dev

parents dc33b617 c4d651ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -883,7 +883,7 @@ public class VectorDrawable extends Drawable {
                        strokePaint.setStrokeCap(fullPath.mStrokeLineCap);
                    }

                    strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit * minScale);
                    strokePaint.setStrokeMiter(fullPath.mStrokeMiterlimit);

                    strokePaint.setColor(applyAlpha(fullPath.mStrokeColor, stackedAlpha));
                    strokePaint.setStrokeWidth(fullPath.mStrokeWidth * minScale);