Skip to content

Flowchart ugly self linking nodes #6049

Open
@pinage404

Description

@pinage404

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: TriageNeeds to be verified, categorized, etcType: Bug / ErrorSomething isn't working or is incorrect

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions