Transparent line showing as opaque in PNG, SVG conversion

Source visio has a “highlighting” effect of semitransparent line overlayed on a solid or dashed line. The highlighting comes out as opaque line in PNG and SVG conversions. Using Aspose.Diagram 18.8 for .NET. See attached Visio source, PNG and SVG conversions, and conversion code.PathHighlighting.zip (146.3 KB)

@phtyson

Thanks for contacting support.

We were able to replicate the issue using following code snippet in our environment:

// Load a VSD diagram, need to incorporate page parameter
Aspose.Diagram.Diagram theDiagram = new Aspose.Diagram.Diagram(dataDir + "Path_Highlighting.vsdx");
theDiagram.Save(dataDir + "PathHighlighting.svg", Aspose.Diagram.SaveFileFormat.SVG);

For the sake of correction we have logged issues in our issue tracking system as follows:

DIAGRAMNET-51509 - VSDX to PNG Issue
DIAGRAMNET-51510 - VSDX to SVG Issue

We will further investigate above logged issues in details and keep you posted with the status of their correction. Please be patient and spare us little time.

We are sorry for the inconvenience.

The issues you have found earlier (filed as DIAGRAMNET-51509,DIAGRAMNET-51510) have been fixed in Aspose.Diagram for .NET 18.9.