Merge lines.love
[?]
Sep 4, 2022, 2:48 AM
DGCSQ3UZPKUYOPKGLTOLCRBXHJC2NQT6P47WSSHAKDU6OWRBKMHACDependencies
- [2]
MD3W5IRAnew fork: rip out drawing support - [3]
LE3OPXMNdedup points while loading drawing from disk - [4]
BYG5CEMVsupport for naming points - [5]
YTSPVDZHfirst successful pagedown test, first bug found by test - [6]
VHQCNMARseveral more modules - [7]
VDJSUX2Qtypos - [8]
QYIFOHW3first test!
Change contents
- edit in file.lua at line 59[4.2341]→[3.555:685](∅→∅),[4.2341]→[3.555:685](∅→∅),[4.2489]→[3.686:816](∅→∅),[4.2489]→[3.686:816](∅→∅),[4.2776]→[3.817:943](∅→∅),[4.2776]→[3.817:943](∅→∅),[4.3013]→[3.944:1085](∅→∅),[4.3013]→[3.944:1085](∅→∅)
shape.p1 = Drawing.find_or_insert_point(drawing.points, shape.p1.x, shape.p1.y, --[[large width to minimize overlap]] 1600)shape.p2 = Drawing.find_or_insert_point(drawing.points, shape.p2.x, shape.p2.y, --[[large width to minimize overlap]] 1600)shape.vertices[i] = Drawing.find_or_insert_point(drawing.points, p.x,p.y, --[[large width to minimize overlap]] 1600)shape.center = Drawing.find_or_insert_point(drawing.points, shape.center.x,shape.center.y, --[[large width to minimize overlap]] 1600) - edit in file.lua at line 60[4.1235]→[3.24:154](∅→∅),[4.1235]→[3.24:154](∅→∅),[4.1306]→[3.155:285](∅→∅),[4.1306]→[3.155:285](∅→∅),[4.1379]→[3.286:412](∅→∅),[4.1379]→[3.286:412](∅→∅),[4.1472]→[3.413:554](∅→∅),[4.1472]→[3.413:554](∅→∅)
shape.p1 = Drawing.find_or_insert_point(drawing.points, shape.p1.x, shape.p1.y, --[[large width to minimize overlap]] 1600)shape.p2 = Drawing.find_or_insert_point(drawing.points, shape.p2.x, shape.p2.y, --[[large width to minimize overlap]] 1600)shape.vertices[i] = Drawing.find_or_insert_point(drawing.points, p.x,p.y, --[[large width to minimize overlap]] 1600)shape.center = Drawing.find_or_insert_point(drawing.points, shape.center.x,shape.center.y, --[[large width to minimize overlap]] 1600) - resolve order conflict in file.lua at line 60[4.18211]