Skip to content

Commit 90f09a7

Browse files
committed
Fix a bug with d3_geo_resample lineStart.
1 parent ca2c943 commit 90f09a7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

d3.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5441,6 +5441,7 @@
54415441
},
54425442
polygonEnd: function() {
54435443
stream.polygonEnd();
5444+
resample.lineStart = lineStart;
54445445
}
54455446
};
54465447
function point(x, y) {

0 commit comments

Comments
 (0)