Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.
public SvgAttributeAttribute(string name, string nameSpace)
The name of the SVG attribute.
The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg).