Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flowchart ugly self linking nodes #6049

Open
pinage404 opened this issue Nov 11, 2024 · 1 comment
Open

Flowchart ugly self linking nodes #6049

pinage404 opened this issue Nov 11, 2024 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@pinage404
Copy link

Description

Until 11.0.2, self linking node was pretty
image

Broken in 11.1.0

Ugly since 11.1.1 #5828
image

Still ugly in the develop branch

Steps to reproduce

  1. create a flowchart
  2. add a self referencing node

Screenshots

No response

Code Sample

flowchart TB
    start([Start])
    ==> green([Change some code])
    ==> finish([Finish])

    green -.->|Incomplete ?| green

    classDef green_phase font-weight:bold,color:black,fill:#1cba1c;
    class green green_phase

Setup

  • Mermaid version: 11.1.1 and above
  • Browser and Version: Zen 1.0.1-a.18 (Firefox 132.0.1) (64 bits)

Suggested Solutions

No response

Additional Context

No response

@pinage404 pinage404 added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Nov 11, 2024
@waimea-cpy
Copy link

I think this is also covered in #5827

I just added a comment there to say exactly the same thing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

2 participants