d3 / d3-plugins

[DEPRECATED] A repository for sharing D3.js V3 plugins.

Home Page:https://github.com/d3/d3/wiki/Plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3.geom.contour dead loop

betterliyu opened this issue · comments

commented

Hi,
I used geom.constour to get all boundary points of a png. I found that the do...while will be dead loop if the png pic does not contain any transparent point. The variable x will be negative.So It will never quit the loop。

Yes, it really doesn’t work at all. This repository is deprecated and unsupported. You should try the d3-contour module:

https://github.com/d3/d3-contour

commented

Thank you for your replay.