Blur when making Drawable object from SVG

Hi all. I have been making graphics for an application using inkscape, saving the output to SVG, and then making Drawable types from the SVG data. I use blur effects in almost every graphical componant that I produce. This SVG conversion is a neat feature of juce, but the blur that I apply does not render in the juce drawing.

Is there any way I can make the blur render, or is there any plan to support blur in the drawable class in the future? Thanks :slight_smile:

1 Like

Yeah, I never got as far as supporting SVG effects. It’s probably non-trivial thing to write, so am not planning on doing it soon, but you could take a look in there yourself if you want to explore it.