Fixed some small stuff

This commit is contained in:
2026-07-20 11:52:34 +02:00
parent 8df5c2a8f9
commit 1a47952358
8 changed files with 66 additions and 24 deletions

View File

@@ -169,7 +169,8 @@ never own a graph. Vector icons can contain rectangles, circles, ellipses,
lines, triangles, and text. Each element owns its geometry, fill, stroke, and
line style; ports keep their icon anchor in `properties.iconPosition`. The
port type registry controls which types may connect (currently `signal` only).
Graph and icon grid sizes are configured independently in Settings. The
The workspace grid size, its finer snapping size, and the icon grid size are
configured independently in Settings. The
recursive model is under `src/bedit/document/`, library loading
and the live Current Document tree are under `src/bedit/library/`, and graphics
are isolated under `src/bedit/workspace/`.