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]
EDY3RQULgracefully handle a non-existent filename at the commandline - [6]
XX7G2FFJintermingle freehand line drawings with text - [7]
4NDYV4WDfix 2 bugs in line selection - [8]
MGOQ5XAVstart uppercasing globals - [9]
7IKRRESBlonger names for indices in long loops - [10]
Y6FTGOHJsimpler - [11]
QU7NHFOVshow cursor - [12]
DLQMM265scroll past first page - [13]
OTIBCAUJlove2d scaffold - [14]
HJ3PM2VT.
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