mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Fixed BlurTransformation
commit_hash:f8c288d9b73268e45f6c08ebf33bdc323ac82134
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ internal class BlurTransformation(
|
||||
}
|
||||
|
||||
val scaledBitmap = scaleBitmap(mutableBitmap)
|
||||
val blurredScaled = applyRenderScriptBlur(scaleBitmap(mutableBitmap), maxRadiusDp)
|
||||
val blurredScaled = applyRenderScriptBlur(scaledBitmap, maxRadiusDp)
|
||||
|
||||
val result = blurredScaled.scale(mutableBitmap.width, mutableBitmap.height)
|
||||
|
||||
Reference in New Issue
Block a user