Closed chelseachel closed 2 years ago
It's a bug in GoJS 2.2.12. When there is an orthogonal link in diagram, and the link have only two points, link.geometry.figures would be null. And this causes an error in Diagram.makeSVG because link.geometry.figures is not iterable.
link.geometry.figures
Thanks for reporting this bug. It will be fixed in the 2.2.15 release, which should be coming out next week sometime.
It's a bug in GoJS 2.2.12. When there is an orthogonal link in diagram, and the link have only two points,
link.geometry.figures
would be null. And this causes an error in Diagram.makeSVG because link.geometry.figures is not iterable.