Aspose.Diagram for .NET 19.3 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-50930Add support of retrieving common font directories on operating systemsEnhancement
DIAGRAMNET-51614Get all Props value for a ShapeEnhancement
DIAGRAMNET-50214VSD to PDF conversion - Curved lines become a straight lineBug
DIAGRAMNET-50240VSD to PDF conversion - Wrong layout of dynamic connectorsBug
DIAGRAMNET-50703VSDX to PDF export - Missing a dynamic connectorBug
DIAGRAMNET-50704VSD to PDF export - Meta type shapes turn into messy symbolsBug
DIAGRAMNET-51535VSDM to SVG - Font changes from Sans to Serif in SVGBug
DIAGRAMNET-51574VSDX to PNG - Some shapes are rendered incorrect in output PNGBug
DIAGRAMNET-51608Text Wrap is not working as expectedBug
DIAGRAMNET-51609Shapes are shifted to the left side when Diagram is copied into PowerPoint SlideBug
DIAGRAMNET-51617Visio to PDF - External Data Driven values are not showing correctlyBug
DIAGRAMNET-51619Visio to PDF - Incorrect Date/Time/Distance in PDFBug
DIAGRAMNET-51621Visio to PDF - Background image is distorted and the extra page is present in PDFBug

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.

Adds GetDefaultFontDir in Diagram

Get the Default Fonts folder path

  string str =  diagram.GetDefaultFontDir();