js-code-to-svg-flowchart icon indicating copy to clipboard operation
js-code-to-svg-flowchart copied to clipboard

Chain methods with point

Open xmoonlight opened this issue 7 years ago • 0 comments

Screenshot

Foo.bar("").funcA();
Foo.bar.funcB();

Why 3 lines in SVG? 2 (single line) or 6 (with hierarchy from object) was expected...

xmoonlight avatar Jul 27 '18 12:07 xmoonlight