d2/e2etests/testdata/files/unfilled_triangle.d2
2023-11-07 17:53:50 -08:00

16 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
}
}