|
|
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.
|
Per-call policy for LayerResolver::resolve(). More...
#include "donner/svg/compositor/LayerResolver.h"
Public Attributes | |
| bool | enableInteractionHints = true |
| bool | enableAnimationHints = true |
| bool | enableComplexityBucketHints = true |
Per-call policy for LayerResolver::resolve().
Lets the caller disable specific hint sources without mutating the registry. Disabled-source hints are still collected into the candidate list (for stats) but their contribution to the weight sum is zeroed - so an entity whose only hint is from a disabled source ends up at layer 0 (root).
| bool donner::svg::compositor::ResolveOptions::enableAnimationHints = true |
| bool donner::svg::compositor::ResolveOptions::enableComplexityBucketHints = true |
| bool donner::svg::compositor::ResolveOptions::enableInteractionHints = true |