|
|
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.
|
Parameters for SVGFEMorphologyElement. More...
#include "donner/svg/components/filter/FilterPrimitiveComponent.h"
Public Types | |
| enum class | Operator : std::uint8_t { Erode , Dilate } |
| Morphology operator. More... | |
Public Attributes | |
| Operator | op = Operator::Erode |
| Erode or dilate. | |
| double | radiusX = 0.0 |
| Horizontal radius. | |
| double | radiusY = 0.0 |
| Vertical radius. | |
Parameters for SVGFEMorphologyElement.
|
strong |