Skip to content

Commit

Permalink
fix(contour): set default for renderFill to true (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE authored May 29, 2024
1 parent 87ade54 commit ca86dbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const defaultContourConfig: ContourConfig = {
outlineDashInactive: undefined,
outlineDashAutoGenerated: '5,3',
activeSegmentOutlineWidthDelta: 0,
renderFill: false,
renderFill: true,
fillAlpha: 0.5,
fillAlphaInactive: 0.3,
fillAlphaAutoGenerated: 0.3,
Expand Down

0 comments on commit ca86dbb

Please sign in to comment.