Kcnarf / d3-distanceLimitedVoronoi

D3 plugin which computes a Voronoi tesselation where each cell defines a region inside a given distance
30 stars 1 forks source link

canvas rendering for d3v3 #2

Open Kcnarf opened 8 years ago

Kcnarf commented 8 years ago

the computed 'path' is an SVG path. Hence, it is not possible to use the plugin for canvas rendering.

Kcnarf commented 8 years ago

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.

Kcnarf commented 8 years ago

canvas rendering available for d3v4 #7. Not yet available for d3v3. Ask/Comment/pull if needed.