We are using the component to convert aprox. 60.000 Visio diagrams into the SVG format on a regular basis. We then use the SVG files as part of the content in a wide range of software and hardware products.
Unfortunately, some of the hardware products uses a proprietary SVG viewer which is not 100% compatible with the SVG standard.
We would like to have filled circles/ellipsis using ellipse elements instead of path element.
current output
<path ... >
expected output
<ellipse ...>
Attached is a visio file, and output from both aspose and visio
circles.zip (60.4 KB)