bonyuta0204 / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
0 stars 0 forks source link

Upstream Issue #4736 #1

Open bonyuta0204 opened 10 months ago

bonyuta0204 commented 10 months ago

https://github.com/mermaid-js/mermaid/issues/4736

bonyuta0204 commented 10 months ago

Cause of the issue

In the labelHelper method in packages/mermaid/src/dagre-wrapper/shapes/util.js, size of the element with image inside has 0 x 0 size. https://github.com/mermaid-js/mermaid/blob/4a4e614b646bdb5f91f02d0483a7704b315d09fd/packages/mermaid/src/dagre-wrapper/shapes/util.js#L101

How To reproduce

graph TD
    B[<img src='https://mermaid.js.org/mermaid-logo.svg'>]