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::repro::ReproExpectedCrop Struct Reference

Optional pixel crop attached to a replay expectation. More...

#include "donner/editor/repro/ReproFile.h"

Public Attributes

int x = 0
 Left edge in the expectation crop mode's pixel coordinate space.
int y = 0
 Top edge in the expectation crop mode's pixel coordinate space.
int width = 0
 Width in pixels.
int height = 0
 Height in pixels.

Friends

bool operator== (const ReproExpectedCrop &, const ReproExpectedCrop &)=default

Detailed Description

Optional pixel crop attached to a replay expectation.


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