Interface ISVGResourceOptions

interface ISVGResourceOptions {
    autoLoad?: boolean;
    crossorigin?: string | boolean;
    height?: number;
    scale?: number;
    source?: string;
    width?: number;
}

Properties

autoLoad?: boolean
crossorigin?: string | boolean
height?: number
scale?: number
source?: string
width?: number

Generated using TypeDoc