fix(BpmnRenderer): adjust message flow apperance
This commit is contained in:
parent
20c4f4e396
commit
d2e71b64b5
|
@ -60,7 +60,7 @@ function BpmnRenderer(events) {
|
||||||
|
|
||||||
addMarker('messageflow-end',
|
addMarker('messageflow-end',
|
||||||
paper
|
paper
|
||||||
.path('M 0 0 L 10 5 L 0 10')
|
.path('M 0 0 L 10 5 L 0 10 Z')
|
||||||
.attr({
|
.attr({
|
||||||
stroke: 'black',
|
stroke: 'black',
|
||||||
fill: 'white',
|
fill: 'white',
|
||||||
|
|
Loading…
Reference in New Issue