mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-24 15:59:08 +00:00
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…
x
Reference in New Issue
Block a user