.

[?]
May 14, 2022, 11:52 PM
S5JIPJPIXRV4TULN6L4IIQ5WB4W3IREYBJZVQXRM6X2KCLGHA47QC

Dependencies

  • [2] IFGAJAF7 add a level of indirection to vertices of shapes
  • [3] JCSLDGAH beginnings of support for multiple shapes
  • [4] ZD63LJ2T bugfix: keep the click to create a new drawing from creating a new shape in the drawing
  • [5] EFMLTMZG bugfix: restrict strokes to the drawing they started in
  • [6] JVRL5TWL store device-independent coordinates inside drawings
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • replacement in main.lua at line 164
    [3.2158][3.620:712]()
    drawing.pending = {mode='freehand', points={x=coord(x-16), y=coord(y-drawing.y)}}
    [3.2158]
    [3.2250]
    drawing.pending = {mode=current_mode, points={x=coord(x-16), y=coord(y-drawing.y)}}
  • replacement in main.lua at line 167
    [2.713][2.713:761]()
    drawing.pending = {mode='line', p1=j}
    [2.713]
    [3.2374]
    drawing.pending = {mode=current_mode, p1=j}