Skip to content

Commit 07aee8f

Browse files
committed
🔪 obsolete setClipUrl on contour heatmap fill
since it's inside the contour group now it's unnecessary and in fact since I removed the uid-based class it was unused
1 parent b0693da commit 07aee8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/traces/contour/plot.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,6 @@ function clipGaps(plotGroup, plotinfo, clips, cd0, perimeter) {
636636
else clipId = null;
637637

638638
plotGroup.call(Drawing.setClipUrl, clipId);
639-
plotinfo.plot.selectAll('.hm' + cd0.trace.uid)
640-
.call(Drawing.setClipUrl, clipId);
641639
}
642640

643641
function makeClipMask(cd0) {

0 commit comments

Comments
 (0)