Table of Contents

Class SvgScriptElement

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

The ISvgScriptElement interface corresponds to the 'script' element.

public sealed class SvgScriptElement : SvgElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgScriptElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgUriReference, ISvgExternalResourcesRequired
Inheritance
SvgScriptElement
Implements
Inherited Members

Remarks

A 'script' element is equivalent to the 'script' element in HTML and thus is the place for scripts.

Any functions defined within any 'script' element have a 'global' scope across the entire current document.

Constructors

SvgScriptElement(string, string, string, SvgDocument)

Fields

ECMAScript

Properties

Content
CrossOrigin

Gets or sets a value corresponding to the attribute 'crossorigin' on the given 'script' element.

ExternalResourcesRequired

Corresponds to attribute externalResourcesRequired on the given element.

Href
IsRenderable

Gets a value indicating whether this SVG element is renderable.

Type

Gets or sets a value corresponding to the attribute 'type' on the given 'script' element.

UriReference