mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-18 11:56:30 +00:00
impr(bpmnrenderer): message flow dash array set to 3
This commit is contained in:
parent
3002a79944
commit
d20fedcac6
@ -71,8 +71,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
|
|||||||
.marker(0, 0, 10, 10, 4, 4)
|
.marker(0, 0, 10, 10, 4, 4)
|
||||||
.attr({
|
.attr({
|
||||||
markerUnits: 'strokeWidth',
|
markerUnits: 'strokeWidth',
|
||||||
markerWidth: 7,
|
markerWidth: 14,
|
||||||
markerHeight: 7,
|
markerHeight: 14,
|
||||||
orient: 'auto',
|
orient: 'auto',
|
||||||
overflow: 'visible'
|
overflow: 'visible'
|
||||||
}));
|
}));
|
||||||
@ -90,8 +90,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
|
|||||||
.marker(0, 0, 10, 10, 11, 5)
|
.marker(0, 0, 10, 10, 11, 5)
|
||||||
.attr({
|
.attr({
|
||||||
markerUnits: 'strokeWidth',
|
markerUnits: 'strokeWidth',
|
||||||
markerWidth: 6,
|
markerWidth: 12,
|
||||||
markerHeight: 6,
|
markerHeight: 12,
|
||||||
orient: 'auto',
|
orient: 'auto',
|
||||||
overflow: 'visible'
|
overflow: 'visible'
|
||||||
}));
|
}));
|
||||||
@ -853,7 +853,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
|
|||||||
return polyline.attr({
|
return polyline.attr({
|
||||||
'marker-end': marker('messageflow-end'),
|
'marker-end': marker('messageflow-end'),
|
||||||
'marker-start': marker('messageflow-start'),
|
'marker-start': marker('messageflow-start'),
|
||||||
'stroke-dasharray': '1,3'
|
'stroke-dasharray': '3',
|
||||||
|
'stroke-width' : 1
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
'bpmn:DataObjectReference': function(p, data) {
|
'bpmn:DataObjectReference': function(p, data) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user