When using SVG export of Diagram for Java, gradient fills are not applied to shapes.
Attached is a zip containing a test Visio file (testshape.vsdx). The Visio SVG output is testshape-from-visio.svg and the output from Aspose Diagram is testshape-from-aspose.svg
gradient-issue.zip (30.0 KB)
Visio exports the gradient as a radialGradient element and then associates it with the path through a CSS selector. Aspose appears to ignore the gradient completely.
Will gradient fills be supported by Diagram Java?
Regards
Vittal