|
|
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.
|
Line/column coordinate attached to a source edit boundary. More...
#include "donner/editor/SourceEditIntent.h"
Public Member Functions | |
| bool | operator== (const SourceEditPoint &other) const =default |
Public Attributes | |
| int | line = 0 |
| Zero-based source line. | |
| int | column = 0 |
| Zero-based source column. | |
Line/column coordinate attached to a source edit boundary.