Closed finscn closed 10 years ago
You can draw a path in an offscreen canvas and then use this offscreen canvas as the source image for the filter.
There's no way to filter Canvas2D paths directly. The WebGL Image Filter only filters images ;)
Thanks.
I create a path ( via context.beginPath & closePath), How to apply the filter in the path ?