ExportSVG
methodsExports a group of drawing elements as an SVG document.
The group will be positioned at [0, 0] in the exported file. It's dimensions will be used as default dimensions for the image.
The export operation is asynchronous and returns a promise.
The promise will be resolved with a SVG document encoded as a Data URI.
Parameters:groupkendo.drawing.Group
Returns:Promise
The root group containing all elements to export.
A promise that will be resolved with a SVG document encoded as a Data URI.