这是indexloc提供的服务,不要输入任何密码
Skip to content

v1.8.23

@WalterNorthwoods WalterNorthwoods tagged this 06 Jul 15:45
* This bugfix potentially alters a Shape's measurements when a minSize and a strokeWidth are present: GraphObject.minSize now correctly constrains the size of Shapes. Before, the minSize of a shape would incorrectly subtract the strokeWidth.
* Disconnected Links now respect Part.dragComputation. This can be used to make them snap when dragging, for example with:
    dragComputation: function(part, pt, gridpt) { return gridpt; }
Assets 2
Loading