Error in diagram.js prevents svg-card text from appearing

Product version: dhtmlxDiagram v.2.0.0 Commercial
Filename: diagram.js
Issue: Error in diagram.js prevents svg-card text from appearing

Discussion: Kindly see line 3571 in diagram.js. It appears that [conf.title || ""] for class dhx_content_text should be corrected to [conf.text || ""] .

When I had a problem with text not appearing when using Diagram in IE11, I used the svg-card type, and further troubleshooting led me to this apparent error.

When I made the fix described above, the svg-card properly rendered in IE11.

Thank you for your note the problem will be checked and the suggested solution will be sent to the dev team.