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
donner::svg::RendererUtils Class Reference

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.

Detailed Description

Utility functions for the renderer.

Member Function Documentation

◆ prepareDocumentForRendering()

void donner::svg::RendererUtils::prepareDocumentForRendering ( SVGDocument & document,
bool verbose,
ParseWarningSink & warningSink )
static

Prepare the document for rendering, instantiating computed components and the rendering tree.

Parameters
documentDocument to prepare.
verboseIf true, enable verbose logging.
warningSinkSink to collect warnings.

The documentation for this class was generated from the following file: