Skip to content

Commit

Permalink
Render data item collection marker with current stroke color
Browse files Browse the repository at this point in the history
  • Loading branch information
S3bastianGriesa committed Dec 7, 2023
1 parent 1cb4bc5 commit db3a2b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/draw/BpmnRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,8 @@ export default function BpmnRenderer(
});

/* collection path */ drawPath(parentGfx, pathData, {
strokeWidth: 2
strokeWidth: 2,
stroke: getStrokeColor(element, defaultStrokeColor)
});
}

Expand Down

0 comments on commit db3a2b1

Please sign in to comment.