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

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

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

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

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

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