Manually apply d3 clipExtent fix (fixes #1406)

This commit is contained in:
John Firebaugh
2013-05-04 11:26:50 -07:00
parent 0f1b05189a
commit a540759a8e
+1 -1
View File
@@ -2613,7 +2613,7 @@ function d3_geo_clipView(x0, y0, x1, y1) {
}
listener.point(b[0], b[1]);
if (!v) listener.lineEnd();
} else {
} else if (v) {
listener.lineStart();
listener.point(x, y);
}