Eulergraph
    Preparing search index...

    Type Alias TextPathAttr

    type TextPathAttr = {
        fontStyle: string;
        pos: PointLike;
        text: string;
        type?: "text";
    }
    Index

    Properties

    Properties

    fontStyle: string
    text: string
    type?: "text"