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
ProcessingMode.h File Reference
#include <cstdint>
Include dependency graph for ProcessingMode.h:
This graph shows which files directly or indirectly include this file:

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.

Enumerations

enum class  donner::svg::ProcessingMode : uint8_t {
  donner::svg::DynamicInteractive ,
  donner::svg::SecureAnimated ,
  donner::svg::SecureStatic
}
 SVG document processing mode, per SVG2 ยง2.7.1. More...