diff --git a/_docs/gen.go b/_docs/gen.go index b44c58b89..f1b4626a7 100644 --- a/_docs/gen.go +++ b/_docs/gen.go @@ -135,6 +135,7 @@ var ( graphicsExamples = []example{ {Name: "airship", ThumbWidth: 320, ThumbHeight: 240}, {Name: "alphablending", ThumbWidth: 320, ThumbHeight: 240}, + {Name: "blur", ThumbWidth: 320, ThumbHeight: 240}, {Name: "drag", ThumbWidth: 320, ThumbHeight: 240}, {Name: "filter", ThumbWidth: 320, ThumbHeight: 240}, {Name: "flood", ThumbWidth: 320, ThumbHeight: 240}, @@ -159,6 +160,7 @@ var ( {Name: "gamepad", ThumbWidth: 320, ThumbHeight: 240}, {Name: "keyboard", ThumbWidth: 320, ThumbHeight: 240}, {Name: "typewriter", ThumbWidth: 320, ThumbHeight: 240}, + {Name: "wheel", ThumbWidth: 320, ThumbHeight: 240}, } audioExamples = []example{ {Name: "audio", ThumbWidth: 320, ThumbHeight: 240}, diff --git a/docs/examples/blur.html b/docs/examples/blur.html new file mode 100644 index 000000000..58059c990 --- /dev/null +++ b/docs/examples/blur.html @@ -0,0 +1,40 @@ + + + + + + +