Donner
C++20 SVG rendering library
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, std::vector< parser::ParseError > *outWarnings=nullptr)
 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,
std::vector< parser::ParseError > * outWarnings = nullptr )
static

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

Parameters
documentDocument to prepare.
verboseIf true, enable verbose logging.
outWarningsIf non-null, warnings will be added to this vector.

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