SVGSVGElementBuilder.Version

SVGSVGElementBuilder.Version method

Sets the ‘version’ attribute of the SVG element. This attribute specifies the SVG specification version that the document conforms to.

public SVGSVGElementBuilder Version(double value)
ParameterTypeDescription
valueDoubleThe SVG version number.

Return Value

The SVGSVGElementBuilder instance for chaining.

See Also