d2/e2etests/testdata/files/unfilled_triangle.d2

17 lines
279 B
Text
Raw Normal View History

2023-11-08 01:49:34 +00:00
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
}
}