|
|
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.
|
Utility functions for the renderer. More...
#include "donner/svg/renderer/RendererUtils.h"
Static Public Member Functions | |
| static void | prepareDocumentForRendering (SVGDocument &document, bool verbose, ParseWarningSink &warningSink) |
| Prepare the document for rendering, instantiating computed components and the rendering tree. | |
Utility functions for the renderer.
|
static |
Prepare the document for rendering, instantiating computed components and the rendering tree.
| document | Document to prepare. |
| verbose | If true, enable verbose logging. |
| warningSink | Sink to collect warnings. |