From c2d162e324062ae991d998ab0de551568f26462c Mon Sep 17 00:00:00 2001 From: luarss Date: Sun, 17 Nov 2024 15:13:23 +0800 Subject: [PATCH] fix mermaid diagram README Signed-off-by: luarss --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56dc01aad82..b2ece2e49cd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ flowchart LR subgraph ORFlow direction TB style ORFlow fill:#ffffff00, stroke-width:0px - A[Verilog\n+ libraries\n + constraints] --> FLOW + A[Verilog + + libraries + + constraints] --> FLOW style A fill:#74c2b5,stroke:#000000,stroke-width:4px subgraph FLOW style FLOW fill:#FFFFFF00,stroke-width:4px @@ -64,7 +66,8 @@ flowchart LR style G fill:#ff6666,stroke:#000000,stroke-width:4px end - FLOW --> H[GDSII\n Final Layout] + FLOW --> H[GDSII + Final Layout] %% H --- H1[ ] %% style H1 stroke-width:0px, fill: #FFFFFF00 %% linkStyle 11 stroke-width:0px