Browse our Products

Aspose.Diagram for .NET 18.10 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51527Images get lost after converting VSDM to SVGEnhancement
DIAGRAMNET-51532VSD to PDF - Shadow of the image is not correctEnhancement
DIAGRAMNET-51536Shadow of the shape got removed after VSDX to SVG ConversionEnhancement
DIAGRAMNET-51544Underline is removed from text after converting VSDM to SVGEnhancement
DIAGRAMNET-51558Implement Getter for Shape.ConnectorsTypeEnhancement
DIAGRAMNET-51520VDX to HTML - Extra Lines are appearing in the outputBug
DIAGRAMNET-51521Font in the diagram get changes after saving VSD as VSDXBug
DIAGRAMNET-51523VSDX to SVG - Arrow heads are missingBug
DIAGRAMNET-51524VSDM to SVG - Blue Crosses appeared in output fileBug
DIAGRAMNET-51525Shape of decision changes from diamond to square while VSDM to SVG conversionBug
DIAGRAMNET-51528Shape of decision changes from diamond to square while VSDM to SVG conversionBug
DIAGRAMNET-51529VSDM to SVG - Dotted lines converted into filled linesBug
DIAGRAMNET-51531Shapes are being shifted to right side after converting VSDX to SVGBug
DIAGRAMNET-51533Red Crosses appeared after VISIO to SVG ConversionBug
DIAGRAMNET-51534Red dot appeared at the bottom left corner of shapeBug
DIAGRAMNET-51538Pictures are lost after converting VSDX to PDFBug
DIAGRAMNET-51541Text is being invisible after converting VSDX to SVGBug
DIAGRAMNET-51542Text got deleted after VSDX to SVG ConversionBug
DIAGRAMNET-51543Time and date format is changed after VSDM TO SVGBug
DIAGRAMNET-51545VSDX to SVG - Text is wrapped in outputBug
DIAGRAMNET-51546VSDX to SVG - Text is wrapped in outputBug
DIAGRAMNET-51547VSDX to SVG - Text is wrapped in outputBug
DIAGRAMNET-51548VSDX to SVG - Text is wrapped in outputBug
DIAGRAMNET-51551Unable to get correct theme color of shapesBug
DIAGRAMNET-51552Reversed arrowheads showing in SVG conversionBug
DIAGRAMNET-51559Text Resizing issue while converting VSDM to SVGBug
DIAGRAMNET-51560Connector Lines become thin after converting to SVGBug

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Diagram for .NET. If you have concerns about any change listed, please raise them in the Aspose.Diagram support forum.

Added InheritLine in Shape

Contains the  line formatting values for the shape inherit by the parent style and the master shape.

 		Line line = shape.InheritLine;

Added GetConnectorsType in Shape

Get Connectors type

 Shapes.GetShape(1).GetConnectorsType()


 
 English