Parth
asked on 02 Sep 2024, 07:40 AM
| edited on 02 Sep 2024, 08:36 AM
Can you please help me to Download Diagram in .svg file.
1 Answer, 1 is accepted
0
Accepted
Martin Ivanov
Telerik team
answered on 03 Sep 2024, 08:46 AM
Hi Parth,
RadDiagram doesn't support export to SVG format. To get the desired result you will need to manually parse the shapes (or the diagram's serialization XML) to SVG paths.
Also, there is a custom solution that shows one way to implement such parsing here. You can use it as a reference for your own implementation.