mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 18:16:44 +02:00
#6380: move requirements containment arrow to start
This commit is contained in:
@@ -328,7 +328,7 @@ export class RequirementDB implements DiagramDB {
|
||||
thickness: 'normal',
|
||||
type: 'normal',
|
||||
pattern: isContains ? 'normal' : 'dashed',
|
||||
arrowTypeEnd: isContains ? 'requirement_contains' : 'requirement_arrow',
|
||||
arrowTypeStart: isContains ? 'requirement_contains' : 'requirement_arrow',
|
||||
look: config.look,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user