MindFusion.Diagramming for WPF V3.9

Released: Jan 5, 2023

V3.9 での更新項目

機能

  • Pattern router - Route links by applying a pattern that results in paths not crossing nodes.
  • Composite router - Pass a link through a sequence of routers until it gets routed successfully.
  • SvgExporter improvements
    • Item's Opacity is now set as SVG 'opacity' attribute.
    • Item's 'FontWeight 'is now set as SVG 'font-weight' attribute.
    • 'SvgExporter' now sets more precise font size.
  • Miscellaneous
    • Disabling 'AvoidOverlaps' now lets you create routes with overlapping segments.
  • API changes
    • Suspend and Resume methods has been removed from 'ILinkRouter'. Call Diagram's 'SuspendLinkRouter' and 'ResumeLinkRouter' methods instead.
    • Default Diagram.'LinkRouter 'has been changed from 'QuickRouter' to 'CompositeRouter' instance.
    • 'SmartPolylineEnds' property has been replaced by 'PolylineRouting' property, which also provides an option to prevent inclined link segments for 'LinkShape.Polyline' routes.

不具合の修正

  • Fixed text left padding in SvgExporter.