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

Arrows rendering incorrectly in online editor #480

Closed
NigelThorne opened this issue Feb 21, 2017 · 2 comments
Closed

Arrows rendering incorrectly in online editor #480

NigelThorne opened this issue Feb 21, 2017 · 2 comments

Comments

@NigelThorne
Copy link

NigelThorne commented Feb 21, 2017

The following renders with artifacts between the arrow ends and the start of the arrow lines.
I checked this in the online editor and locally in VSCode's preview plugin.

graph LR
  
  subgraph Software
    A(Associate)
    S(Software Engineer)
    SS(Senior Software Engineer)
    TL(Technical Lead)
    PTL(Principle Technical Lead)
    CM(Capability Manager)

    A-->S
    S-->SS
    SS-->TL
    TL-->PTL
    SS-->CM
  end

  PM(Project Manager)
  SS-->PM

  classDef external fill:#f9f,stroke:#333,stroke-width:4px
  classDef default fill:#99f,stroke:#333,stroke-width:4px
  linkStyle default stroke:#ff3, stroke-width:2px;
  class PM external
Loading

image
VS Code

image
Live Editor

@NigelThorne
Copy link
Author

Doh!..

linkStyle default stroke:#ff3, stroke-width:2px, fill:none;

fixes this

mgenereu pushed a commit to mgenereu/mermaid that referenced this issue Jun 25, 2022
….0 (mermaid-js#480)

Bumps [cypress-localstorage-commands](https://github.com/javierbrea/cypress-localstorage-commands) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/javierbrea/cypress-localstorage-commands/releases)
- [Changelog](https://github.com/javierbrea/cypress-localstorage-commands/blob/master/CHANGELOG.md)
- [Commits](javierbrea/cypress-localstorage-commands@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: cypress-localstorage-commands
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants