|
|
Donner
C++20 SVG rendering library
|
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< ParseError > *outWarnings=nullptr) |
| 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. |
| outWarnings | If non-null, warnings will be added to this vector. |