|
|
Donner 0.5.0
Embeddable browser-grade SVG2 engine
|
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. |