|
|
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.
|
Half-open line range in zero-based editor line coordinates. More...
#include "donner/editor/FocusView.h"
Public Member Functions | |
| bool | operator== (const LineRange &other) const =default |
| Equality operator. | |
Public Attributes | |
| int | startLine = 0 |
| First included line. | |
| int | endLine = 0 |
| First excluded line. | |
Half-open line range in zero-based editor line coordinates.