Browse our Products

Aspose.Diagram for Python via .NET 26.2 Release Notes

KeySummaryCategory
DIAGRAMNET-53833ContainerProperties not loading correctlyEnhancement
DIAGRAMNET-53378Containers lose their selectionsBug
DIAGRAMNET-53897New ‘whitespace’ issue when saving svgBug
DIAGRAMNET-53898HeaderFooter is off pageBug
DIAGRAMNET-53899HeaderFooter not replacing variablesBug
DIAGRAMNET-53900Text exceeds shape bounds when converting VSDX to PDFBug

Public API and Backward 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 it on the Aspose.Diagram support forum.

Adds Mermaid in LoadFileFormat

  • Mermaid flowchat and Mermaid sequence diagram
Diagram diagram = new Diagram("test.mmd",LoadFileFormat.Mermaid);