gameforge - v0.1.12
    Preparing search index...

    Interface ISVGResourceOptions

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

    Properties

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