about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.lua b/main.lua
index c53fb4e..a6b0d73 100644
--- a/main.lua
+++ b/main.lua
@@ -39,12 +39,6 @@ function App.initialize_globals()
 -- Unless otherwise specified, coord fields are normalized; a drawing is always 256 units wide
 -- The field names are carefully chosen so that switching modes in midstream
 -- remembers previously entered points where that makes sense.
---
--- Open question: how to maintain Sketchpad-style constraints? Answer for now:
--- we don't. Constraints operate only for the duration of a drawing operation.
--- We'll continue to persist them just to keep the option open to continue
--- solving for them. But for now, this is a program to create static drawings
--- once, and read them passively thereafter.
 Lines = {{mode='text', data=''}}
 
 -- Lines can be too long to fit on screen, in which case they _wrap_ into