- See:
-
- assets.loadSVG
Properties:
Name | Type | Default | Description |
---|---|---|---|
crossOrigin |
HTMLImageElement["crossOrigin"] |
'anonymous'
|
The crossOrigin value to use for loading the SVG as an image. |
parseAsGraphicsContext |
boolean |
false
|
When set to |
Members
The crossOrigin value to use for loading the SVG as an image.
- Default Value:
- 'anonymous'
When set to true
, loading and decoding images will happen with new Image()
,
- Default Value:
- false