|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Minimal reproducer to verify SVG rendering on WASM. More...
#include <cstdlib>#include <iostream>#include "donner/base/ParseWarningSink.h"#include "donner/svg/SVG.h"#include "donner/svg/renderer/Renderer.h"Functions | |
| int | main () |
Minimal reproducer to verify SVG rendering on WASM.
Parses an SVG with rect, circle, and line elements, renders it through the public renderer, and verifies that the expected canvas dimensions are produced.