From 199d335bcde709e0057afaed0d8e92d62f74116b Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 24 Jun 2016 10:14:29 -0700 Subject: [PATCH] Update CHANGES. --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ae5da50c..ae9fc65b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -939,8 +939,8 @@ See [*line*.context](https://github.com/d3/d3-shape#line_context), [*area*.conte But that’s not all! 4.0 now provides parameterized Catmull–Rom splines as proposed by [Yuksel *et al.*](http://www.cemyuksel.com/research/catmullrom_param/). These are available as [d3.curveCatmullRom](https://github.com/d3/d3-shape#curveCatmullRom), [d3.curveCatmullRomClosed](https://github.com/d3/d3-shape#curveCatmullRomClosed) and [d3.curveCatmullRomOpen](https://github.com/d3/d3-shape#curveCatmullRomOpen). -catmullRom -catmullRomOpen +catmullRom +catmullRomOpen catmullRomClosed Each curve type can define its own named parameters, replacing *line*.tension and *area*.tension. For example, Catmull–Rom splines are parameterized using [*catmullRom*.alpha](https://github.com/d3/d3-shape#curveCatmullRom_alpha) and defaults to 0.5, which corresponds to a centripetal spline that avoids self-intersections and overshoot. For a uniform Catmull–Rom spline instead: