impr(draw/BpmnRenderer): set default width to 100px
This commit is contained in:
parent
7d9ffa820a
commit
ab73e2ea22
|
@ -27,7 +27,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
|
||||||
};
|
};
|
||||||
|
|
||||||
var labelUtil = new LabelUtil({
|
var labelUtil = new LabelUtil({
|
||||||
style: LABEL_STYLE
|
style: LABEL_STYLE,
|
||||||
|
size: { width: 100 }
|
||||||
});
|
});
|
||||||
|
|
||||||
var markers = {};
|
var markers = {};
|
||||||
|
|
Loading…
Reference in New Issue