path

fun path(color: Color, path: Path, alpha: Float = 1.0f, style: DrawStyle = Fill, blendMode: BlendMode = BlendMode.SrcOver)
fun path(brush: Brush, path: Path, alpha: Float = 1.0f, style: DrawStyle = Fill, blendMode: BlendMode = BlendMode.SrcOver)