|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
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 |