does the ComposeViewport composable change its siz...
# compose-web
a
does the ComposeViewport composable change its size?
a
@Oleksandr Karpovich [JB] ^^
o
ComposeViewport composable
ComposeViewport is not a composable funciton. But the canvas should change its size. The kdoc says: `
Copy code
This size of canvas is adjusted with the size of the container
https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/ui/ui[…]ommonW3C/kotlin/androidx/compose/ui/window/ComposeWindow.web.kt
👍 1