redo y computations
[?]
May 19, 2022, 12:52 PM
UWNHC4AAO3SPOYLPANTO4WKCTZL7KAYC73Q2YUZFFW7K26FVJ7FQCDependencies
- [2]
WKTPVZKLensure integer coordinates - [3]
YJGADSGKdelete unused arg - [4]
B3IWYWSRdelete another arg that can be deduced - [5]
7IKRRESBlonger names for indices in long loops - [6]
OTIBCAUJlove2d scaffold - [7]
XX7G2FFJintermingle freehand line drawings with text - [8]
4NDYV4WDfix 2 bugs in line selection - [9]
QU7NHFOVshow cursor - [10]
DLQMM265scroll past first page - [11]
Y6FTGOHJsimpler - [12]
HJ3PM2VT. - [13]
EDY3RQULgracefully handle a non-existent filename at the commandline - [14]
MGOQ5XAVstart uppercasing globals
Change contents
- replacement in main.lua at line 109
local y = 0local y = 15 - edit in main.lua at line 113
y = math.floor(y+15*Zoom) - edit in main.lua at line 114
line.y = y - edit in main.lua at line 115
line.y = y - edit in main.lua at line 128
y = math.floor(y+15*Zoom) -- text height - replacement in main.lua at line 130
y = y+Drawing.pixels(line.h)y = y+10 -- paddingline.y = y - edit in main.lua at line 133
y = y + Drawing.pixels(line.h) + 10 -- padding - edit in main.lua at line 135
line.y = y - edit in main.lua at line 137
y = math.floor(y+15*Zoom) -- text height