
Adds new methods that help you load SVG drawings with less code.
Features
- 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.