|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Public Member Functions | |
| RenderSessionRepl (RenderSession &app, std::istream &in, std::ostream &out, RenderSessionReplOptions options={}) | |
| int | run () |
| Runs the command loop until EOF or a quit/exit command. Returns the number of commands successfully dispatched. | |
| bool | dispatch (const std::string &line) |
| Dispatches a single pre-tokenized command line. Exposed for tests that want to skip the input stream entirely. | |