This commit is contained in:
Aakansha Doshi
2023-11-06 19:02:10 +05:30
parent 78c1a3d980
commit dff8b783b8

View File

@@ -324,7 +324,7 @@ const drawActorTypeParticipant = function (elem, actor, conf, isFooter) {
const center = actor.x + actor.width / 2; const center = actor.x + actor.width / 2;
const centerY = actorY + 5; const centerY = actorY + 5;
const boxpluslineGroup = elem.append('g').raise(); const boxpluslineGroup = elem.append('g');
var g = boxpluslineGroup; var g = boxpluslineGroup;
if (!isFooter) { if (!isFooter) {