d3-distanceLimitedVoronoi
d3-distanceLimitedVoronoi copied to clipboard
canvas rendering for d3v3
the computed 'path' is an SVG path. Hence, it is not possible to use the plugin for canvas rendering.
This plugin is useful for defining not-too-far-away interactive zones around plot. It works well with SVG which allows to define interactive objects.
But, using this plugin for canvas rendering seems weird (except for fun), as canvas is more or less a raster rendering engine that does not allows to define (interactive) objects.
canvas rendering available for d3v4 #7. Not yet available for d3v3. Ask/Comment/pull if needed.