Eulergraph
    Preparing search index...

    Interface SVGExportOptions

    interface SVGExportOptions {
        complexCellThreshold?: number;
        includeBackground?: boolean;
        minifyOutput?: boolean;
        padding?: number;
        precision?: number;
        simplifyComplexCells?: boolean;
    }
    Index

    Properties

    complexCellThreshold?: number
    includeBackground?: boolean
    minifyOutput?: boolean
    padding?: number
    precision?: number
    simplifyComplexCells?: boolean