Skip to content

Commit

Permalink
Update the preview for zoom-blur
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Oct 12, 2017
1 parent b0bf682 commit 8d5b688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All filters work with PixiJS v4.
| **SimpleLightmapFilter**<br>_@pixi/filter-simple-lightmap_ | ![simple-lightmap](https://pixijs.github.io/pixi-filters/tools/screenshots/dist/simple-lightmap.png?v=2) |
| **TiltShiftFilter**<br>_@pixi/filter-tilt-shift_ | ![tilt-shift](https://pixijs.github.io/pixi-filters/tools/screenshots/dist/tilt-shift.png?v=2) |
| **TwistFilter**<br>_@pixi/filter-twist_ | ![twist](https://pixijs.github.io/pixi-filters/tools/screenshots/dist/twist.png?v=2) |
| **ZoomBlurFilter**<br>_@pixi/filter-zoom-blur_ | ![zoom-blur](https://pixijs.github.io/pixi-filters/tools/screenshots/dist/zoom-blur.png?v=3) |
| **ZoomBlurFilter**<br>_@pixi/filter-zoom-blur_ | ![zoom-blur](https://pixijs.github.io/pixi-filters/tools/screenshots/dist/zoom-blur.png?v=4) |

## Build-In Filters

Expand Down
2 changes: 1 addition & 1 deletion tools/screenshots/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"name": "ZoomBlurFilter",
"filename": "zoom-blur",
"options": {
"strength": 0.12,
"strength": 0.3,
"center": [130, 80],
"innerRadius": 40
}
Expand Down

0 comments on commit 8d5b688

Please sign in to comment.