Answer & Solution
Answer: Option A
Solution:
The combination of <feGaussianBlur> and <feDisplacementMap> filters is commonly used to create a frosted glass effect in SVG graphics. The <feGaussianBlur> filter blurs the input image, simulating a frosted or blurred glass appearance, while the <feDisplacementMap> filter blends the blurred image with the original, creating a translucent and textured effect reminiscent of frosted glass. This combination is often employed for creating aesthetic overlays, UI elements, or decorative elements in SVG graphics, adding a touch of elegance and sophistication to the design.