phina.js.d.ts
    Preparing search index...

    Interface PathShapeStatic

    interface PathShapeStatic {
        new PathShapeStatic(options?: PathShapeOptions): phina.display.PathShape;
        defaults: {
            backgroundColor: string;
            fill: boolean;
            lineCap: string;
            lineJoin: string;
        };
        (options?: PathShapeOptions): phina.display.PathShape;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    defaults: {
        backgroundColor: string;
        fill: boolean;
        lineCap: string;
        lineJoin: string;
    }