Possible to blur canvas?

Is there any way to blur a canvas?
I’m drawing some splines to the canvas and they’re a little sharp. Would be nice to blur them!

iced::application(/*...*/).antialiasing(true)

Thanks, I was mening more a gaussian type blur. But im going to move to using a mesh to fix the rendering issues moving forward: