impr(bpmnrenderer): message flow dash array set to 3

This commit is contained in:
jdotzki 2014-05-06 16:57:20 +02:00
parent 3002a79944
commit d20fedcac6
1 changed files with 6 additions and 5 deletions

View File

@ -71,8 +71,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
.marker(0, 0, 10, 10, 4, 4)
.attr({
markerUnits: 'strokeWidth',
markerWidth: 7,
markerHeight: 7,
markerWidth: 14,
markerHeight: 14,
orient: 'auto',
overflow: 'visible'
}));
@ -90,8 +90,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
.marker(0, 0, 10, 10, 11, 5)
.attr({
markerUnits: 'strokeWidth',
markerWidth: 6,
markerHeight: 6,
markerWidth: 12,
markerHeight: 12,
orient: 'auto',
overflow: 'visible'
}));
@ -853,7 +853,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
return polyline.attr({
'marker-end': marker('messageflow-end'),
'marker-start': marker('messageflow-start'),
'stroke-dasharray': '1,3'
'stroke-dasharray': '3',
'stroke-width' : 1
});
},
'bpmn:DataObjectReference': function(p, data) {