Interface SVGExportOptions

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

Properties

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