midio_ui/gui/path

    Dark Mode
Search:
Group by:

Types

PathProps = ref object
  fill*: Option[Color]
  stroke*: Option[Color]
  strokeWidth*: Option[float]
  data*: seq[PathSegment]

Procs

proc createPath(props: PathProps = PathProps(); elemProps: ElemProps = ElemProps();
               children: seq[Element] = @[]): Element {...}{.raises: [], tags: [TimeEffect].}