This data type is used to get or set the version of an SVG document.
enum L_SvgVersion
{
L_SvgVersion_Unspecified,
L_SvgVersion_1_0,
L_SvgVersion_1_1,
};
typedef enum L_SvgVersion L_SvgVersion;
Version is not found in the document.
Version 1.0.
Version 1.1.
The SVG document version.
For more information, refer to https://www.w3schools.com/graphics/svg_reference.asp