d3-geo
d3-geo copied to clipboard
geoPath.width ?
This is a long shot, but it'd be nice to have a way to make a geoPath to draw a "line" with a variable width; for example when accumulating pencil data on a tablet, we might have lines as lists of triplets {x,y,z} where z is the pressure, or a combination of pressure and twist.
Would be useful @ https://observablehq.com/@fil/pointer-events-svg
See also https://github.com/d3/d3-chord/issues/13#issuecomment-557300322 & https://pomax.github.io/bezierinfo/#graduatedoffset
Plot.line supports this now.