Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
I'm using
GraphicsLayer
to capture the content of my composable, but it seems to be incompatible with paparazzi, which uses layoutlib underneath. WhenGraphicsLayer.toImageBitmap()
is called, the function returns aAndroidImageBitmap
object with a null bitmap.Could example )?
GraphicsLayer
add support for layoutlib in the same manner it supports robolectric (Steps to Reproduce or Code Sample to Reproduce:
GraphicsLayer
to capture a composable's content as a bitmappaparazzi.gif()
Stack trace (if applicable):