Browse Source

moved example image

v1.x
Tj Holowaychuk 14 years ago
parent
commit
a97c997e74
  1. BIN
      examples/images/squid.png
  2. 2
      examples/kraken.js

BIN
examples/images/squid.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

2
examples/kraken.js

@ -15,7 +15,7 @@ img.onload = function(){
ctx.drawImage(img,0,0);
};
img.src = __dirname + '/squid.png';
img.src = __dirname + '/images/squid.png';
var sigma = 10; // radius

Loading…
Cancel
Save