What a pity that the CSS3 filter couldn't work in windows app built with JS. And I know SVG or Canvas could be an alternative.
However, I need to implement Gaussian blur effect on a DOM element such as a DIV. But the content in the element is indeterminate, which means that it may contains text or images, or both of them. But SVG filter seems to need content definition in svg
tags.
Is there any way to implement Gaussian blur filter on DOM element?