What's the recommended way to repeat a vector as a...
# compose
j
What's the recommended way to repeat a vector as a pattern on the background of a composable? Should I convert the vector to a bitmap and draw it in a canvas with a TileMode.REPEATED Paint?
t
Sounds right to me.
1