English

Create Gaussian Blur Filter on SVG Image in C#

SVG or Scalable Vector Graphic images are popular due to their scalability and quality feature. You can apply several filters on SVG images based on your requirements. To blur and smooth an SVG image, you may apply a Gaussian blur filter. Following such use cases, this article discusses how to create a Gaussian blur filter on SVG image programmatically in C#.
September 20, 2022 · 2 min · Farhan Raza