- 24 Mar, 2013 2 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
- 22 Mar, 2013 1 commit
-
-
Mike Bostock authored
Since 3.1, the Mercator projection does not clamp y-values. For rendering latitudes near the pole, the y-values can approach infinity. Rather than clamping each point in the projection, d3.geo.mercator now sets the clipExtent automatically (if not overridden) using the projection's scale and translate.
-
- 21 Mar, 2013 11 commits
-
-
Jason Davies authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Jason Davies authored
-
Mike Bostock authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Mike Bostock authored
-
https://github.com/ilyabo/d3Mike Bostock authored
-
- 20 Mar, 2013 1 commit
-
-
Jason Davies authored
-
- 19 Mar, 2013 22 commits
-
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
Also, drop *this* context in all cases.
-
Jason Davies authored
I blame @mbostock. :)
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
Also, limit size to [width, height].
-
Jason Davies authored
-
Jason Davies authored
See #1145.
-
Jason Davies authored
See #1145.
-
Jason Davies authored
-
- 16 Mar, 2013 3 commits
-
-
Ilya Boyandin authored
-
Mike Bostock authored
-
Jason Davies authored
A slight correction to clipLine fixed the problem with points lying exactly on the clip edge, but in case clipLine(a, b) ever returns false (no intersections) even though v_=0 and v=1, we treat this as the start of a line anyway.
-