fschutt / fastblur

Fast (linear time) implementation of the Gaussian Blur algorithm in Rust
MIT License
41 stars 8 forks source link

Possible typo? #12

Open RazrFalcon opened 5 years ago

RazrFalcon commented 5 years ago

Isn't this line should contain blur_radius - width?

https://github.com/fschutt/fastblur/blob/d1b3bff65d2c54f0116d11370e336df4f5f7ae0f/src/blur.rs#L226

fschutt commented 5 years ago

Yes, I think it's a typo.