We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e56c4b commit fff76ceCopy full SHA for fff76ce
compose/snippets/src/main/java/com/example/compose/snippets/graphics/GraphicsModifiersSnippets.kt
@@ -391,7 +391,7 @@ fun CompositingStrategyExamples() {
391
// Does not clip content even with a graphics layer usage here. By default, graphicsLayer
392
// does not allocate + rasterize content into a separate layer but instead is used
393
// for isolation. That is draw invalidations made outside of this graphicsLayer will not
394
- // re-record the drawing instructions in this composable as they have not changed *
+ // re-record the drawing instructions in this composable as they have not changed
395
Canvas(
396
modifier = Modifier
397
.graphicsLayer()
0 commit comments