js-code-to-svg-flowchart
js-code-to-svg-flowchart copied to clipboard
Chain methods with point
Foo.bar("").funcA();
Foo.bar.funcB();
Why 3 lines in SVG? 2 (single line) or 6 (with hierarchy from object) was expected...