Skip to content

Commit

Permalink
chore(draw): simplify render code
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Feb 1, 2023
1 parent 7be67b5 commit d335fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/draw/BpmnRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ export default function BpmnRenderer(
markerEnd: marker('messageflow-end', fill, stroke),
markerStart: marker('messageflow-start', fill, stroke),
strokeDasharray: '10, 11',
strokeWidth: '1.5px',
strokeWidth: 1.5,
stroke: getStrokeColor(element, defaultStrokeColor)
});

Expand Down

0 comments on commit d335fa9

Please sign in to comment.