The more I think about drawing proper borders with...
# compose-desktop
o
The more I think about drawing proper borders with filling, the more I believe we should have
PaintingStyle.StrokeAndFill
or even get rid of the selector altogether and have
PaintingStyle
a data class with nullable stroke and fill brushes. Skia has this
PaintMode.STROKE_AND_FILL
but it is unused, so I believe it is impossible to make it via compose. I don’t think it is possible to properly emulate this with separate fill and stroke, due to all the antialiasing.