chore(draw): slightly adjust Association rendering
This commit is contained in:
parent
206daa1154
commit
639e21a826
|
@ -1095,7 +1095,7 @@ function BpmnRenderer(eventBus, styles, pathMap, priority) {
|
|||
var semantic = getSemantic(element);
|
||||
|
||||
attrs = assign({
|
||||
strokeDasharray: '1,6',
|
||||
strokeDasharray: '0.5, 5',
|
||||
strokeLinecap: 'round',
|
||||
strokeLinejoin: 'round'
|
||||
}, attrs || {});
|
||||
|
|
Loading…
Reference in New Issue