Merge pull request #5801 from jbriales/patch-1

Update sequenceDiagram.md
This commit is contained in:
Sidharth Vinod
2024-10-03 04:26:46 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -583,6 +583,12 @@ sequenceDiagram
It is possible to highlight flows by providing colored background rects. This is done by the notation It is possible to highlight flows by providing colored background rects. This is done by the notation
```
rect COLOR
... content ...
end
```
The colors are defined using rgb and rgba syntax. The colors are defined using rgb and rgba syntax.
``` ```

View File

@@ -397,6 +397,12 @@ sequenceDiagram
It is possible to highlight flows by providing colored background rects. This is done by the notation It is possible to highlight flows by providing colored background rects. This is done by the notation
```
rect COLOR
... content ...
end
```
The colors are defined using rgb and rgba syntax. The colors are defined using rgb and rgba syntax.
``` ```