svg.filter.js
                                
                                
                                
                                    svg.filter.js copied to clipboard
                            
                            
                            
                        Using with codepen
Hello, I'm trying to use svg.filter in a codepen. I've loaded both svg.js and svg.filter.js as dependencies. When I call rect.filterWith I get an error filterWith is not a function .Not sure if its the way I'm calling it, or a codepen thing. Anyone had similar issues? Thanks
Have a look here to see how filters are used
Hi @Fuzzyma thank you for your answer.