Is there a way to Blur shapes on a HTML5 Canvas? I know you can blur images but can you blur shapes(like drawing a triangle/polygon using context.lineTo();)?
I know you can easily blur elements using SVG elements(where I can also use complex shapes too like a polygon), but as luck would have it Safari doesn't show Filters(what a shadow uses) & I am creating a webapp that is solely for the iPad.
The optimum solution would be a native Javascript HTML5 Canvas solution rather than 3rd party Javascript libraries.