
Adds new grouping types and improves SVG support.
Features
- Added new grouping types
- Attach to the fractional position of a main node and keep the attached node's size.
- Implement custom group positioning.
- Attach a node to a point from a link's geometry (not necessarily a control point).
- SvgNode improvements
- Added 'ContentAutoBounds' property which specifies whether to calculate content bounds from SVG element coordinates, or to honor the drawing's viewbox.
- SvgNode now displays bitmaps embedded in SVG content.
- SvgNode now supports dashed lines in SVG content (defined via stroke-dasharray attribute).
- Miscellaneous
- EnableParallelism and MaxDegreeOfParallelism layout properties are now available in CoreCLR assemblies (Microsoft .NET Core 3 and 5+ versions).
- Intersects methods have been changed to 'public virtual' to allow them to be overriden in custom item classes.
- Added property which allows you to set interactive row/column resize mode that preserves total grid size by subtracting resize amount from lane adjacent to the resized one.