|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
|
Options passed at construction. All fields populated from editor startup state; the recorder copies what it needs. More...
#include "donner/editor/repro/ReproRecorder.h"
Public Attributes | |
| std::filesystem::path | outputPath |
| Path where the .donner-repro file will be written. | |
| std::string | svgPath |
| SVG file the editor is editing. Stored verbatim in the metadata. | |
| std::optional< std::string > | svgSource |
| Initial SVG source loaded into the source pane. When present, the recorder embeds it in metadata so replay does not depend on a mutable external file path. | |
| int | windowWidth = 0 |
| Initial logical window dimensions at recording start. | |
| int | windowHeight = 0 |
| double | displayScale = 1.0 |
| Initial HiDPI scale. | |
| bool | experimentalMode = false |
| Legacy composited-mode metadata kept for old .rnr compatibility. | |
Options passed at construction. All fields populated from editor startup state; the recorder copies what it needs.
| double donner::editor::repro::ReproRecorderOptions::displayScale = 1.0 |
Initial HiDPI scale.
| bool donner::editor::repro::ReproRecorderOptions::experimentalMode = false |
Legacy composited-mode metadata kept for old .rnr compatibility.
| std::filesystem::path donner::editor::repro::ReproRecorderOptions::outputPath |
Path where the .donner-repro file will be written.
| std::string donner::editor::repro::ReproRecorderOptions::svgPath |
SVG file the editor is editing. Stored verbatim in the metadata.
| std::optional<std::string> donner::editor::repro::ReproRecorderOptions::svgSource |
Initial SVG source loaded into the source pane. When present, the recorder embeds it in metadata so replay does not depend on a mutable external file path.
| int donner::editor::repro::ReproRecorderOptions::windowHeight = 0 |
| int donner::editor::repro::ReproRecorderOptions::windowWidth = 0 |
Initial logical window dimensions at recording start.