PathProps = ref object fill*: Option[Color] stroke*: Option[Color] strokeWidth*: Option[float] data*: seq[PathSegment]
proc createPath(props: PathProps = PathProps(); elemProps: ElemProps = ElemProps(); children: seq[Element] = @[]): Element {...}{.raises: [], tags: [TimeEffect].}