[]
Represents the 'metadata' element.
public class SvgMetadataElement : SvgElement
Initializes a new instance of the SvgMetadataElement class.
public SvgMetadataElement()
Gets the SVG name of SvgMetadataElement.
public const string SvgName = "metadata"
Gets the SVG name of the current element.
public override string ElementName { get; }