New to Kendo UI for Angular? Start a free 30-day trial
exportSVG
Exports a group of Drawing elements as an SVG document. In the exported file, the group is positioned at [0, 0]
. Its dimensions will be used as the default dimensions of the image. The export operation is asynchronous and returns a promise. The promise will be resolved with an SVG document encoded as a Data URI.
Change Theme
Theme
Loading ...
Parameters
group
The root group containing all elements to export.
options?
The export options.
Returns
Promise<string>
- A promise that will be resolved with an SVG document encoded as a Data URI.