Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
wasm_reproducer.cc File Reference

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"
Include dependency graph for wasm_reproducer.cc:

Functions

int main ()

Detailed Description

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.