MindFusion.Diagramming for WPF V3.9.2

Released: May 3, 2023

V3.9.2 での更新項目

機能

  • Link crossing decorations are now also drawn over a control point if it is collinear with adjacent control points.
  • Arrange method now adds offset for 'CaptionHeight', adjusting for a caption through the layout's margins is no longer necessary.
  • 'FromFile' and 'FromStream' static methods have been added to 'SvgContent' which lets you load SVG drawings with less code.
  • 'RealizeItems' method has been added to 'VirtualizingDiagram' which lets you create actual items in a specified off-screen area.
  • Added new 'CopySelection' overload which lets you copy a list of items without selecting them.

不具合の修正

  • Fix for missing segment joints when drawing thick links with LinkCrossings enabled.
  • Fix for Arrange method of ContainerNode not applying layout.
  • Fix for hyphens offsetting text vertically in exported SVG.
  • SvgContent path parser fixes for missing delimiters and S commands.
  • Fix for LinksSource changes not repainting immediately.
  • VirtualizingDiagram fix for new ContainerNode design.