d2chaos: Disable sequence diagrams
See https://github.com/terrastruct/d2/issues/376
This commit is contained in:
parent
80b05e7ae0
commit
8f4f0ec12a
1 changed files with 3 additions and 0 deletions
|
|
@ -236,6 +236,9 @@ func (gs *dslGenState) randShape() string {
|
|||
if s != "image" {
|
||||
return s
|
||||
}
|
||||
if s != "sequence_diagram" {
|
||||
return s
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue