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

Commit a724d1ab authored by ztenghui's avatar ztenghui Committed by Android Git Automerger
Browse files

am 877ce2c4: Merge "Make sure the bitmap from VD\'s cache is drawn using...

am 877ce2c4: Merge "Make sure the bitmap from VD\'s cache is drawn using bi-linear filter." into lmp-dev

* commit '877ce2c4':
  Make sure the bitmap from VD's cache is drawn using bi-linear filter.
parents 26a43094 877ce2c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -692,6 +692,7 @@ public class VectorDrawable extends Drawable {

            if (mTempPaint == null) {
                mTempPaint = new Paint();
                mTempPaint.setFilterBitmap(true);
            }
            mTempPaint.setAlpha(mVPathRenderer.getRootAlpha());
            mTempPaint.setColorFilter(filter);