Implement background blur on Safari.
Safari doesn't implement filtered drawing on HTML canvas, it silently ignores the "filter" property of Context2D. We implement our own blurring by scaling the background down and then back up.
Showing
Please register or sign in to comment