chore(bpmnrender) fixed too long lines
This commit is contained in:
parent
777fabd700
commit
b7733572a0
|
@ -295,7 +295,8 @@ 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.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 dataObject = drawPath(p, DATA_OBJECT_PATH);
|
||||
|
||||
|
@ -337,7 +338,7 @@ function BpmnRenderer(events, styles, bpmnRegistry) {
|
|||
'6.1728V 10.9265M 59.5253 10.7361v 4.7536M 0.4975 10.7361v 4.7536M 29.7224 0.5507c ' +
|
||||
'19.0607 0 29.8029 2.9931 29.8029 5.6221 0 2.6280 0 44.2549 0 47.3441 0 ' +
|
||||
'3.0893-15.6386 6.0844-29.8944 6.0844-14.2557 0-29.1563-2.8999-29.1563-6.1805 ' +
|
||||
'0-3.2797 0-44.8751 0-47.1538 0-2.2787 10.1880-5.7163 29.2477-5.7163z'
|
||||
'0-3.2797 0-44.8751 0-47.1538 0-2.2787 10.1880-5.7163 29.2477-5.7163z';
|
||||
|
||||
//arrow
|
||||
var dataStore = drawPath(p, DATA_STORE_PATH);
|
||||
|
|
Loading…
Reference in New Issue