outline

inline fun Container.outline(    vectorPath: VectorPath,     x: Double = 0.0,     y: Double = 0.0,     color: RGBA = Colors.WHITE,     callback: Outline.() -> Unit = {}): Outline