MindFusion.Diagramming for WPF V4.3.1

Released: May 22, 2026

V4.3.1 中的更新

特性

  • Import/Export:
    • Added the ExportBounds property to SvgExporter and PdfExporter, allowing you to define the area to export.
    • Added the PreserveWhitespace property to SvgExporter and SvgContent, enabling preservation of whitespace characters when importing or exporting SVG files.
    • Improved text alignment precision in PDF.
  • API Changes:
    • Diagram can no longer be used as a standalone control. All view state–related properties marked as obsolete since the v4 release have been removed.
    • FishboneDiagram can no longer be used as a standalone control, but must be set as DiagramView's model.
    • The DelKeyAction property has been moved from Diagram to DiagramView.
    • The AutoHandlesItem and AutoAnchorsNode properties have been moved from Diagram to DiagramView.

修补程序

  • Import/Export:
    • Zero stroke thickness is now preserved and written directly to SVG and PDF files. Note that PDF interprets it as cosmetic pen (one pixel wide regardless of unit and zoom).