Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
FilterEffect.h File Reference
#include <variant>
#include "donner/base/Length.h"
#include "donner/svg/graph/Reference.h"
Include dependency graph for FilterEffect.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::svg::FilterEffect
 Filter effect container, which can contain a reference to another filter effect, or a filter effect itself (of any type). More...
 
struct  donner::svg::FilterEffect::None
 No effect. More...
 
struct  donner::svg::FilterEffect::Blur
 Blur effect, which applies a gaussian blur with the given standard deviation. More...
 
struct  donner::svg::FilterEffect::ElementReference
 Reference to another filter effect, from a url() More...
 

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
 
namespace  donner::svg
 Donner SVG library, which can load, manipulate and render SVG files.