fix(draw): render data-association-markers
This commit is contained in:
parent
ec83cc67d9
commit
2934e2bfc9
|
@ -1050,12 +1050,12 @@ function BpmnRenderer(events, styles, pathMap) {
|
|||
},
|
||||
'bpmn:DataInputAssociation': function(p, element) {
|
||||
return renderer('bpmn:Association')(p, element, {
|
||||
markerEnd: marker('element-association-end')
|
||||
markerEnd: marker('data-association-end')
|
||||
});
|
||||
},
|
||||
'bpmn:DataOutputAssociation': function(p, element) {
|
||||
return renderer('bpmn:Association')(p, element, {
|
||||
markerEnd: marker('element-association-end')
|
||||
markerEnd: marker('data-association-end')
|
||||
});
|
||||
},
|
||||
'bpmn:MessageFlow': function(p, element) {
|
||||
|
|
Loading…
Reference in New Issue