There was an error while loading. Please reload this page.
1 parent 46f5f47 commit 745873fCopy full SHA for 745873f
1 file changed
src/geo/area.js
@@ -31,7 +31,7 @@ var d3_geo_area = {
31
};
32
33
function d3_geo_areaRingStart() {
34
- var λ00, φ00, λ0, cosφ0, sinφ0; // start point and two previous points
+ var λ00, φ00, λ0, cosφ0, sinφ0; // start point and previous point
35
36
// For the first point, …
37
d3_geo_area.point = function(λ, φ) {
0 commit comments