... | ... | @@ -147,19 +147,22 @@ linkStyle 2 stroke:green; |
|
|
```mermaid
|
|
|
flowchart LR
|
|
|
|
|
|
subgraph tests_font-size_40px
|
|
|
|
|
|
id4["<br>propriété de style <br> font-size:40px"]--> |affectée avec classDef style_loupe <br> + class id41 style_loupe| id41[<br>cause une erreur<br>]
|
|
|
id4 --> |affectée à la volée avec style id42 font-size:40px| id42[<br>40px<br>]
|
|
|
id4 --> |"affectée avec :::style_loupe"| id43((40px<br>.)):::style_loupe
|
|
|
%%id41 o--o id42 o--o id43
|
|
|
end
|
|
|
|
|
|
|
|
|
classDef style1 fill:#f9f,stroke:#333,stroke-width:4px
|
|
|
classDef style_loupe font-size:40px
|
|
|
|
|
|
%%class id41 style_loupe
|
|
|
%%class id41 style1
|
|
|
|
|
|
style id42 font-size:40px
|
|
|
style tests_font-size_40px fill:#eef,stroke:#f66
|
|
|
style id41 fill:#eef,stroke:#f66
|
|
|
linkStyle 2 stroke:green;
|
|
|
|
|
|
```
|
|
|
|
... | ... | |