crossorigin method
crossorigin
Sets the ‘crossorigin’ attribute of the SVG ‘script’ element, specifying the CORS settings for the external script.
Returns
The current instance of SVGScriptElementBuilder for method chaining.
def crossorigin(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The CORS setting (e.g., “anonymous”, “use-credentials”). |
See Also
- module
aspose.svg.builder
- class
SVGScriptElementBuilder