State

constructor(transform: Matrix = Matrix.IDENTITY, clip: VectorPath? = null, path: VectorPath = VectorPath(), lineScaleMode: LineScaleMode = LineScaleMode.NORMAL, lineWidth: Double = 1.0, startLineCap: LineCap = LineCap.BUTT, endLineCap: LineCap = LineCap.BUTT, lineJoin: LineJoin = LineJoin.MITER, miterLimit: Double = 10.0, strokeStyle: Paint = DefaultPaint, fillStyle: Paint = DefaultPaint, fontRegistry: FontRegistry? = null, font: Font? = null, fontSize: Double = 24.0, verticalAlign: VerticalAlign = VerticalAlign.BASELINE, horizontalAlign: HorizontalAlign = HorizontalAlign.LEFT, globalAlpha: Double = 1.0, globalCompositeOperation: CompositeOperation = CompositeMode.SOURCE_OVER, lineDash: DoubleList? = null, lineDashOffset: Double = 0.0)