impr(draw/BpmnRenderer): set default width to 100px

This commit is contained in:
Nico Rehwaldt 2014-05-06 10:15:38 +02:00
parent 7d9ffa820a
commit ab73e2ea22
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
};
var labelUtil = new LabelUtil({
style: LABEL_STYLE
style: LABEL_STYLE,
size: { width: 100 }
});
var markers = {};