automotive-design-compose icon indicating copy to clipboard operation
automotive-design-compose copied to clipboard

ImageContext does not provide useful data when node constraints set to scale

Open rylin8 opened this issue 1 year ago • 0 comments

The @Composable (ImageReplacementContext) -> Bitmap? customization provides context for the node whose background will be replaced with an image. However if the node is set to scale constraints, the ImageReplacementContext data will not have useful size information for that node.

rylin8 avatar May 15 '24 17:05 rylin8