pixi.js
    Preparing search index...

    Interface LoadSVGConfigAdvanced

    Configuration for the loadSvg plugin.

    loadSvg

    interface LoadSVGConfig {
        crossOrigin: string;
        parseAsGraphicsContext: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    crossOrigin: string

    The crossOrigin value to use for loading the SVG as an image.

    'anonymous'
    
    parseAsGraphicsContext: boolean

    When set to true, loading and decoding images will happen with new Image(),

    false