|
|
Donner 0.5.1
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. | |
| int | windowWidth = 0 |
| Initial logical window dimensions at recording start. | |
| int | windowHeight = 0 |
| double | displayScale = 1.0 |
| Initial HiDPI scale. | |
| bool | experimentalMode = false |
| Whether the editor was started with --experimental. | |
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 |
Whether the editor was started with --experimental.
| 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.
| int donner::editor::repro::ReproRecorderOptions::windowHeight = 0 |
| int donner::editor::repro::ReproRecorderOptions::windowWidth = 0 |
Initial logical window dimensions at recording start.