17 lines
279 B
Text
17 lines
279 B
Text
|
|
direction: right
|
||
|
|
|
||
|
|
A <-> B: default {
|
||
|
|
source-arrowhead.style.filled: false
|
||
|
|
target-arrowhead.style.filled: false
|
||
|
|
}
|
||
|
|
C <-> D: triangle {
|
||
|
|
source-arrowhead: {
|
||
|
|
shape: triangle
|
||
|
|
style.filled: false
|
||
|
|
}
|
||
|
|
target-arrowhead: {
|
||
|
|
shape: triangle
|
||
|
|
style.filled: false
|
||
|
|
}
|
||
|
|
}
|