fix(BpmnRenderer): correct data object path

This commit is contained in:
Nico Rehwaldt 2014-04-05 11:26:13 +02:00
parent 18e7e21959
commit 5b523bd8bf
1 changed files with 1 additions and 2 deletions

View File

@ -295,8 +295,7 @@ function BpmnRenderer(events, styles, bpmnRegistry) {
});
},
'bpmn:DataObjectReference': function(p, data) {
var DATA_OBJECT_PATH = 'm 0.4910 0.7310 39.2144 -1 9.8036 9.8363 0 49.1817-49.0180 0 0-59.0180m 39.2144' +
' 0 0 9.8363 9.8036 0';
var DATA_OBJECT_PATH = 'm 0 0 40 0 10 10 0 50-50 0 0-60m 40 0 0 10 10 0';
var dataObject = drawPath(p, DATA_OBJECT_PATH);
if(getObjectRef(data.id, 'isCollection') === true ||