Skip to content

[Bug] Mermaid rendering: lines cross boxes #83

@alexpGH

Description

@alexpGH

Description

The mermaid rendering draws line through boxes.

Environment

  • OS: Debian
  • Ferrite version: 0.2.6-hotfix1
  • Rust version:
  • Installation method: pre-built binary

Steps to Reproduce

  1. add the following code and see preview:
graph TD
    linkStyle default interpolate basis
    A[Enter Chart Definition] --> B(Preview)
    B --> C{decide}
    C --> D[Keep]
    C --> E[Edit Definition]
    E --> B
    D --> F[Save Image and Code]
    F --> B
Loading
flowchart TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]
Loading
Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.3.0bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions