dima.avdeev
dima.avdeev
Made workaround here: https://github.com/EzzPress/heatmapcompose/pull/1
Android has the same behaviour. I think it is not a bug. Minimal reproducer: ```Kotlin Canvas(modifier = Modifier.fillMaxSize().background(Color.White)) { val chartWidth = size.width val chartHeight = size.height var x =...
Can you apply this workaround? https://github.com/EzzPress/heatmapcompose/pull/1
Ok, sorry. I will reopen this issue. But I will change the description.
@EzzPress Can you please check, that changed description is correct?
Can you please check that the changed description of this issue is correct?
Yes, we plan to use a regular framework in the future as well.
@StefanOltmann I think it is good to have separate issues for that I created a new one: https://github.com/JetBrains/compose-multiplatform/issues/3073
> Just wanted to know if the above feature is prioritised and a tentative release of it is it planned? We are not planning to do it in the next...
Same bug appears on Desktop with material3 Switch