mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
640 stars 115 forks source link

Class Diagram: Arrows wrong #127

Closed norbertfrei closed 2 years ago

norbertfrei commented 2 years ago

In UML the inheritance and the implementation of interfaces is drawn with a non filled triangle. At the moment the triangles are filled (black), which is wrong.

Inheritance is drawn with a isosceles triangle (at the backside it should be broader)

mjbvz commented 2 years ago

Please share code which demonstrates the issue

mjbvz commented 2 years ago

Closing as more information needed. From the description, this sounds like an upstream issue with mermaid itself