I'm trying to achieve the equivalent of `border-im...
# compose
m
I'm trying to achieve the equivalent of
border-image-repeat
from CSS, I have an image like a 9-patch drawable, except I need to repeat the borders as needed, not stretch them as 9-patch does. How would I go about that in Compose? Or should I go straight to a Canvas and implement it from scratch?
Solved with Canvas.