fix(BpmnRenderer): adjust message flow apperance

This commit is contained in:
Nico Rehwaldt 2014-03-22 01:45:38 +01:00
parent 20c4f4e396
commit d2e71b64b5
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function BpmnRenderer(events) {
addMarker('messageflow-end',
paper
.path('M 0 0 L 10 5 L 0 10')
.path('M 0 0 L 10 5 L 0 10 Z')
.attr({
stroke: 'black',
fill: 'white',