how can I scale an picture inside a Box After it has been scaled by the Image composable? This does work, but I have to put the alpha Modifier. Is this intentional (for optimization) or a bug?
also I'd probably choose to do the scaling inside a custom painter instead of involving a graphicsLayer, and then you'd also have control over the clipping
ephemient
03/28/2023, 11:02 PM
well I guess it depends. if you're changing scaling interactively then graphicsLayer makes sense
m
mgrazianodecastro
03/28/2023, 11:22 PM
hmm, I don't need to scale it dynamically (not right now)