Merge pull request #3 from sivaranjith-78/EJ2-64880-bpmnChange
updated bpmn symbol palette shape.
This commit is contained in:
Коммит
4cc8f7e5fb
|
@ -495,7 +495,7 @@ var bpmnShapes = [
|
|||
},
|
||||
{
|
||||
id:'Message Flow',
|
||||
sourcePoint: { x: 0, y: 0 }, targetPoint: { x: 30, y: 25 },type: 'Straight',
|
||||
sourcePoint: { x: 0, y: 0 }, targetPoint: { x: 30, y: 22 },type: 'Straight',
|
||||
sourceDecorator:{shape:'None'},targetDecorator:{shape:'Arrow',style:{fill:'white'}},
|
||||
style:{strokeDashArray:'4 4'}
|
||||
},
|
||||
|
@ -503,15 +503,16 @@ var bpmnShapes = [
|
|||
id: 'Message', width: 35,
|
||||
height: 25,shape: { type: 'Bpmn', shape: 'Message',},
|
||||
},
|
||||
{
|
||||
id: 'Data_Object', width: 30, height: 35,
|
||||
shape: { type: 'Bpmn', shape: 'DataObject', dataObject: { collection: false, type: 'None' } },
|
||||
},
|
||||
{
|
||||
{
|
||||
id:'Data_Source', width:30,height:28, shape: {
|
||||
type: 'Bpmn', shape: 'DataSource',
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 'Data_Object', width: 30, height: 35,
|
||||
shape: { type: 'Bpmn', shape: 'DataObject', dataObject: { collection: false, type: 'None' } },
|
||||
},
|
||||
|
||||
|
||||
];
|
||||
|
||||
|
@ -2344,4 +2345,4 @@ var exportRegion = new ej.dropdowns.DropDownList({
|
|||
fields: { text: 'text', value: 'value' },
|
||||
value: exportSettings.region
|
||||
});
|
||||
exportRegion.appendTo('#exportRegion');
|
||||
exportRegion.appendTo('#exportRegion');
|
||||
|
|
Загрузка…
Ссылка в новой задаче