d3 / d3-geo

Geographic projections, spherical shapes and spherical trigonometry.

Home Page:https://d3js.org/d3-geo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor: rectangle.js interpolate() - Initial values always overriden.

martinfrances107 opened this issue · comments

I am porting this module into rust .. and so I see the linting errors from a more strict environment.

What is being picked up is a "value" is being written twice before being read.

In short we can drop the fake initialzation.

I want to keep the two version in sync ... so this is an upstream patch.

Here is the associated pr #250

this is not correct