panpf
panpf
An image zoom component [ZoomImage](https://github.com/panpf/zoomimage) that I am developing that supports Compose encountered problems when adapting to GlideImage. Because ContentScale.None needs to be supported, and the user can also drag...
**Describe the bug** In AsyncImage, ImageRequest can be passed as a parameter to AsyncImage. If the listener function is called when constructing ImageRequest, the twice-created ImageRequest will always return false...
**Please complete the following information:** - compose-stable-marker: 1.0.3 - jetbrains-compose: 1.6.1 - jetbrains-compose-compiler: 1.5.10 - kotlin: 1.9.23 - gradle: 8.5 **Describe the Bug:** Getting the following compile error while building...
**Describe the bug** On the Web platform, VectorPainter cannot obtain the accurate size and draw content when running inside other Painters. **Affected platforms** - Web (K/Wasm) - Canvas based API...