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::SourceEditPoint Struct Reference

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.

Detailed Description

Line/column coordinate attached to a source edit boundary.


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