.
[?]
May 14, 2022, 11:52 PM
S5JIPJPIXRV4TULN6L4IIQ5WB4W3IREYBJZVQXRM6X2KCLGHA47QCDependencies
- [2]
IFGAJAF7add a level of indirection to vertices of shapes - [3]
JCSLDGAHbeginnings of support for multiple shapes - [4]
ZD63LJ2Tbugfix: keep the click to create a new drawing from creating a new shape in the drawing - [5]
EFMLTMZGbugfix: restrict strokes to the drawing they started in - [6]
JVRL5TWLstore device-independent coordinates inside drawings - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 164
drawing.pending = {mode='freehand', points={x=coord(x-16), y=coord(y-drawing.y)}}drawing.pending = {mode=current_mode, points={x=coord(x-16), y=coord(y-drawing.y)}} - replacement in main.lua at line 167
drawing.pending = {mode='line', p1=j}drawing.pending = {mode=current_mode, p1=j}