您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

37 行
1.6 KiB

  1. StackBlur - a fast almost Gaussian Blur For Canvas
  2. Version: 0.5
  3. Author: Mario Klingemann
  4. Contact: mario@quasimondo.com
  5. Website: http://www.quasimondo.com/StackBlurForCanvas
  6. Twitter: @quasimondo
  7. In case you find this class useful - especially in commercial projects -
  8. I am not totally unhappy for a small donation to my PayPal account
  9. mario@quasimondo.de
  10. Or support me on flattr:
  11. https://flattr.com/thing/72791/StackBlur-a-fast-almost-Gaussian-Blur-Effect-for-CanvasJavascript
  12. Copyright (c) 2010 Mario Klingemann
  13. Permission is hereby granted, free of charge, to any person
  14. obtaining a copy of this software and associated documentation
  15. files (the "Software"), to deal in the Software without
  16. restriction, including without limitation the rights to use,
  17. copy, modify, merge, publish, distribute, sublicense, and/or sell
  18. copies of the Software, and to permit persons to whom the
  19. Software is furnished to do so, subject to the following
  20. conditions:
  21. The above copyright notice and this permission notice shall be
  22. included in all copies or substantial portions of the Software.
  23. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  24. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  25. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  26. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  27. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  28. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  29. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  30. OTHER DEALINGS IN THE SOFTWARE.