ShapeView

constructor(    shape: VectorPath? = null,     fill: Paint = Colors.WHITE,     stroke: Paint = Colors.WHITE,     strokeThickness: Double = 1.0,     autoScaling: Boolean = true,     renderer: GraphicsRenderer = GraphicsRenderer.GPU)