Opens an SVG document from the specified Stream and adds the specified entities.
[Obsolete("Use Open<T>(Stream stream, SvgOptions svgOptions)")]
public static T Open<T>(Stream stream, Dictionary<string, string> entities)
where T : SvgDocument, new()
Custom entity definitions.