paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

Multiple path vectors not loading

Open Chrisjc28 opened this issue 2 years ago • 0 comments

Description A complex vector resource doesn't load properly when taking a screenshot. The project is using compose so it is using the Image composable function and it loading the resource using -

ImageVector.vectorResource(id = R.drawable.test)

Steps to Reproduce Steps to reproduce create an android app using compose and a simple composable function which uses the Image composable function and load a complex vector with multiple paths.

Try take a screenshot of this function and the vector will not fully load.

Expected behavior

When taking a snapshot of the function the vector loads in fine.

Additional information:

  • Paparazzi Version: 1.0.0
  • OS: Android
  • Compile SDK: 33
  • Gradle Version: 7.2.2
  • Android Gradle Plugin Version: 7.2.2

Screenshots If applicable, add screenshots to help explain your problem.

Chrisjc28 avatar Aug 12 '22 15:08 Chrisjc28