chore(draw): slightly adjust Association rendering

This commit is contained in:
Nico Rehwaldt 2016-01-25 21:13:57 +01:00 committed by pedesen
parent 206daa1154
commit 639e21a826
1 changed files with 1 additions and 1 deletions

View File

@ -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 || {});