Attempts to create an SVG document from the specified string data.
public static T FromSvg<T>(string svg) where T : SvgDocument, new()
The SVG data.