ixfx
    Preparing search index...

    Type Alias ArcSvgOpts

    type ArcSvgOpts = {
        largeArc?: boolean;
        sweep?: boolean;
    }
    Index

    Properties

    Properties

    largeArc?: boolean

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

    sweep?: boolean

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