jakiestfu / Blur.js

blur.js is a jQuery plugin that produces psuedo-transparent blurred elements over other elements.
924 stars 212 forks source link

Fix issue with overlay using width for height. #13

Open playerace opened 10 years ago

dvcama commented 10 years ago

+1 ctx.rect(0, 0, tempImg.width, tempImg.width); should be ctx.rect(0, 0, tempImg.width, tempImg.height);