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.
Loading...
Searching...
No Matches
donner::editor::app::RenderSessionOptions Struct Reference

Public Attributes

int defaultWidth = 512
 Default viewport used for navigations that don't carry an explicit width/height. Matches typical desktop editor previews.
int defaultHeight = 384
SourceLoadOptions sourceOptions
 Options forwarded to the internal source loader. Most tests override baseDirectory to isolate fixture files from the developer's CWD.

Member Data Documentation

◆ defaultHeight

int donner::editor::app::RenderSessionOptions::defaultHeight = 384

◆ defaultWidth

int donner::editor::app::RenderSessionOptions::defaultWidth = 512

Default viewport used for navigations that don't carry an explicit width/height. Matches typical desktop editor previews.

◆ sourceOptions

SourceLoadOptions donner::editor::app::RenderSessionOptions::sourceOptions

Options forwarded to the internal source loader. Most tests override baseDirectory to isolate fixture files from the developer's CWD.


The documentation for this struct was generated from the following file: