# Interface: LoadSVGConfig

**`Advanced`**

Configuration for the [loadSvg](assets.loadSvg.html.md) plugin.

## See

loadSvg

## Extended by

- [`AssetsPreferences`](assets.AssetsPreferences.html.md)

## Properties

### crossOrigin

> **crossOrigin**: `string`

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

#### Default

```ts
'anonymous'
```

***

### parseAsGraphicsContext

> **parseAsGraphicsContext**: `boolean`

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

#### Default

```ts
false
```
