compose is better at:
- sequential animations w/ coroutines
- an API for building vector graphics w/ VectorPainter
- an API for SVG pathData parsing
SwiftUI is better at:
- Shape#trim(start, stop) works on paths with multiple subpaths, whereas trimPathEnd in Compose does not