Browse our Products

Aspose.Diagram for .NET 19.5 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51606Detect and remove unused Themes, data graphics and styles from Visio DiagramsEnhancement
DIAGRAMNET-51637Nested shape inside a grouped container is not preserved correctlyEnhancement
DIAGRAMNET-51638Unable to get Prop.Value.Val when value is an integerEnhancement
DIAGRAMNET-51640Determine unused styles in a Visio FileEnhancement
DIAGRAMNET-50051VSDX to PDF conversion, missing connection arrow along with misplaced textBug
DIAGRAMNET-50052VSDX to PDF conversion, shapes with incorrect font text colorBug
DIAGRAMNET-51179Incorrect shading over an email button on converting a VSDM to SVGBug
DIAGRAMNET-51190Incorrect display of hyperlinked shape on saving a VDX to SVGBug
DIAGRAMNET-51194Incorrect rendering of an icon on saving a VDX to SVGBug
DIAGRAMNET-51254Incorrect shading in the top bar on converting a VSDM to SVGBug
DIAGRAMNET-51618Visio to PDF - Bad Date Format and Missing DataBug
DIAGRAMNET-51628Incorrect Text value for deleted default text in .vsdx diagramsBug
DIAGRAMNET-51634Visio to SVG - Wrong z-index of some shapes in outputBug
DIAGRAMNET-51636Visio to SVG - not all path elements are correctly exported as rect elementsBug
DIAGRAMNET-51641Extra image is showing when re-saving Visio with APIBug

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 GetUnusedStyles in Diagram

Get unused styles.

  StyleSheetCollection unused = diagram.GetUnusedStyles();


 
 English