Context.filter Not Working On Safari
I'm building a drawing app with react and on safari, context.filter is not working properly. Find below the rendered on chrome and firefox and the rendered on safari. Is there an a
Solution 1:
Context.filter does not support in safari
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter
I don't have an idea about your project but you can use canvas library like http://ocanvas.org/, http://paperjs.org/ or make your idea with the SVG library like rapheal
Post a Comment for "Context.filter Not Working On Safari"