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.
Loading...
Searching...
No Matches
donner::svg::FilterEffect::DropShadow Struct Reference

CSS drop-shadow() filter function. More...

#include "donner/svg/components/filter/FilterEffect.h"

Public Member Functions

bool operator== (const DropShadow &) const =default
 Equality operator.

Public Attributes

Lengthd offsetX {0.0, Lengthd::Unit::Px}
 Horizontal offset.
Lengthd offsetY {0.0, Lengthd::Unit::Px}
 Vertical offset.
Lengthd stdDeviation {0.0, Lengthd::Unit::Px}
 Blur standard deviation.
css::Color color {css::Color::CurrentColor{}}
 Shadow color (default: currentColor).

Detailed Description

CSS drop-shadow() filter function.


The documentation for this struct was generated from the following file: