Drawing United States Counties
This example uses d3, TopoJSON county data from the Census Bureau, and built-in svg path methods (getTotalLength
and getPointAtLength
) to draw United States counties on a canvas. It shows how breathe can handle many chains simultaneously.
Source: