|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Blur effect, which applies a gaussian blur with the given standard deviation. More...
#include "donner/svg/components/filter/FilterEffect.h"
Public Member Functions | |
| bool | operator== (const Blur &) const =default |
| Equality operator. | |
Public Attributes | |
| Lengthd | stdDeviationX |
| X-component of the standard deviation of the blur. | |
| Lengthd | stdDeviationY |
| Y-component of the standard deviation of the blur. | |
Blur effect, which applies a gaussian blur with the given standard deviation.