mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Manually apply d3 clipExtent fix (fixes #1406)
This commit is contained in:
Vendored
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user