-
Notifications
You must be signed in to change notification settings - Fork 360
Closed
Description
Thank you for the great work on Mermaid. This is a great tool.
Describe the bug
Here is the code for my diagram saved as overview-core.mmd.
%%{init: {'theme': 'base'}}%%
graph TD
RDS[(Inventory DB)]
UI("Merritt UI")
ING(Ingest)
ST(Storage)
INV(Inventory)
CLOUD(("Cloud Storage"))
LDAP[/LDAP\]
ZOO>Zookeeper]
EZID(EZID Service)
RDS --> UI
UI --> |"file or manifest"| ING
UI --> |authorization| LDAP
ING --> |"async deposit"| ST
ING --> ZOO
ZOO --> ING
ZOO --> INV
UI ---> |download req| ST
INV --> RDS
ST --> CLOUD
CLOUD -.-> |presigned| UI
ING --> EZID
style CLOUD fill:#77913C
style RDS fill:#F68D2F
style LDAP fill:cyan
style ZOO fill:cyan
style EZID fill:cyan
To Reproduce
I am using the following command to generate as svg file.
docker run --rm -v "$(pwd)/diagrams:/data" minlag/mermaid-cli mmdc -w 1200 -i overview-core.mmd
Expected behavior
The results are really nice, but a few text labels are truncated in the svg. Look for the 4 red circles below.
Screenshots
Notes
As a work around, I attempted to use BR tags, but I encountered #79 .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
