Shivam Verma
11/14/2023, 12:11 PMText(
text = text,
color = Color.Transparent,
modifier = modifier.drawWithContent {
drawContent()
drawImage(image = bitmap, colorFilter = ColorFilter.tint(tintColor, BlendMode.SrcIn))
},
)
ephemient
11/14/2023, 12:22 PMdrawImage(dstSize = size)
or whatever other adjustments you want to do too preserve aspect ratioShivam Verma
11/14/2023, 12:23 PMefemoney
11/14/2023, 1:16 PMShivam Verma
11/14/2023, 2:18 PMdrawWithCache
and was wondering if there was a way to use that instead for better performanceefemoney
11/14/2023, 2:22 PM