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):
    ...
ParameterTypeDescription
valuestrThe CORS setting (e.g., “anonymous”, “use-credentials”).

See Also