feat: polyline drawing

This commit is contained in:
beriff
2026-03-05 01:14:10 +07:00
parent dad0f879ef
commit 8ac783e6e0
9 changed files with 127 additions and 47 deletions

View File

@@ -12,6 +12,8 @@ typedef struct VektorWidgetState {
GtkPaned *workspacePaned;
GtkPicture *workspaceCanvas;
GtkButton* workspaceButtonLinetool;
// GtkWidget* Workspace
} VektorWidgetState;