score:2

Accepted answer

ha! of course:

modify this line:

c.strokestyle = "#ccc", c.linewidth = .5 * ratio, c.beginpath(), path(globe), c.stroke();

to this:

c.fillstyle = "#000", c.beginpath(), path(globe), c.fill();

i feel silly, but i guess sometimes it takes writing it all out for the brain cells to click. thanks!


Related Query

More Query from same tag