adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.49k stars 1.21k forks source link

Bugs report #215

Closed Mister-Hope closed 2 years ago

Mister-Hope commented 3 years ago

I am going to place some bug I found when rewriting with typescript. Some of them may not affect the results, but can be improved as an enhance.

Bug 1: flowchart.symbol.condition.js is not setting a default text of options.text, but flowchart.symbol.js access it with out checking in line 57 ( So if users omits the text for condition, the package will throw an error).