iink-ts - v3.2.1
    Preparing search index...

    Function convertPartialStrokesToStrokes

    • Parameters

      • json: {
            creationTime?: number;
            id?: string;
            length?: number;
            modificationDate?: number;
            pointers?: ({ p?: number; t?: number; x?: number; y?: number } | undefined)[];
            pointerType?: string;
            style?: {
                "-myscript-pen-fill-color"?: string;
                "-myscript-pen-fill-style"?: string;
                "-myscript-pen-width"?: number;
                color?: string;
                fill?: string;
                opacity?: number;
                width?: number;
                [key: string]: string | number | undefined;
            };
            type?: string;
        }[]

      Returns Stroke[]