Debajo

Results 5 comments of Debajo

@JuliaSullivanGoogle, as I understand it, you succeded to run captureToImage in Robolectric. Could you show a code example?

@yschimke I do not understand anything, but in my case any Bitmaps are empty, which rendered in Robolectric tests

@yschimke does Bitmap and Canvas working in Robolectric tests? I tried to create red bitmap inside test: ``` val bitmap = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888) val canvas = Canvas(bitmap) canvas.drawColor(android.graphics.Color.RED) ```...

Sorry for my carelessness. Native graphics introduced in 4.10-alpha-1. Red square successfully rendered on this version)

I have the same issue: Compose 1.6.10 Kotlin 2.0.0 Voyager 1.1.0-beta02 Affected platforms: Android, Desktop, Web But on Voyager 1.0.0 - all working correctly