Closed
Description
Understanding Rendering Outputs with Raborazzi and Robolectric
I'm currently working with the following setup:
Raborazzi Version: 1.9.0
Robolectric Version: 4.12-SNAPSHOT
Jetpack Compose Version: 1.6.0
Issue Encountered: When I enable hardware rendering (RNG HW) by setting System.setProperty("robolectric.screenshot.hwrdr.native", "true")
, I am encountering an issue where the rendering output results in an empty (black) screenshot. Is this a known limitation, and is the feature not yet supported?
Additional Context:
Methods Used: captureScreenRoboImage()
and captureOnRoot()
.
Primary Concern: I am awaiting hardware rendering capabilities due to a clipping-to-outline issue in Jetpack Compose 1.6.0.
Any insights or suggestions regarding this issue would be greatly appreciated.
Metadata
Assignees
Labels
No labels
Activity