Konyaco
07/06/2023, 8:17 AMModifier.border()
czuckie
07/06/2023, 8:19 AMdrawContent
modifier methods, but the size of the composable won't be changed by that.Konyaco
07/06/2023, 8:22 AMdrawContent()
, but If I want to use border radius.... It might be too complicated.Stylianos Gakis
07/06/2023, 8:22 AM.graphicsLayer{ compositingStrategy = CompositingStrategy.Offscreen }
is something that you can leverage? I haven’t tried myself so idk how exactly it’d be done.Stylianos Gakis
07/06/2023, 8:24 AMKonyaco
07/06/2023, 8:28 AMStylianos Gakis
07/06/2023, 8:35 AMI assume that won’t be possible, though drawing outside of the bounds of the composable would be with one of theWould that just work without needing to do stuff likemodifier methods, but the size of the composable won’t be changed by that.drawContent
compositingStrategy = CompositingStrategy.Offscreen
?
In the draw scope can you just draw outside the bounds and have it work as you’d expect?