parent
d18089db0a
commit
b0e6020952
|
@ -941,6 +941,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
|
|||
'bpmn:Lane': function(p, data) {
|
||||
var rect = drawRect(p, data.width, data.height, 0);
|
||||
|
||||
rect.attr('fill', 'None');
|
||||
|
||||
if(bpmnRegistry.getSemantic(data.id).$type === 'bpmn:Lane') {
|
||||
var text = bpmnRegistry.getSemantic(data.id).name;
|
||||
renderLaneLabel(p, text, data);
|
||||
|
|
Loading…
Reference in New Issue