snap lines to nearby points
[?]
May 14, 2022, 11:10 PM
FI6IK76MDA4WQP7MMDMPTKW5Y7LO3WTYYZL3T5WTTESLS4ABAK6QCDependencies
- [2]
IFGAJAF7add a level of indirection to vertices of shapes - [3]
EFMLTMZGbugfix: restrict strokes to the drawing they started in - [4]
JCSLDGAHbeginnings of support for multiple shapes - [*]
OTIBCAUJlove2d scaffold
Change contents
- edit in main.lua at line 174
local px,py = pixels(x),pixels(y) - replacement in main.lua at line 176
if point.x == x and point.y == y thenlocal cx,cy = pixels(point.x), pixels(point.y)if (cx-px)*(cx-px) + (cy-py)*(cy-py) < 16 then