Type Alias SvgOpts

SvgOpts: {
    largeArc?: boolean;
    sweep?: boolean;
}

Type declaration

  • Optional ReadonlylargeArc?: boolean

    "If the arc should be greater or less than 180 degrees" ie. tries to maximise arc length

  • Optional Readonlysweep?: boolean

    "If the arc should begin moving at positive angles" ie. the kind of bend it makes to reach end point