Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tldraw/tldraw
/ lineTo
Method
lineTo
packages/tldraw/src/test/shapeutils.test.ts:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
commands.push(
'moveTo'
)
171
}
172
lineTo() {
173
commands.push(
'lineTo'
)
174
}
175
}
176
globalThis.Path2D = MockPath2D as unknown as typeof Path2D
177
Callers
14
CanvasOverlays.tsx
File · 0.45
drawGeometryStroke
Function · 0.45
getIndicatorPath
Method · 0.45
render
Method · 0.45
render
Method · 0.45
render
Method · 0.45
render
Method · 0.45
render
Method · 0.45
render
Method · 0.45
render
Method · 0.45
getIndicatorPath
Method · 0.45
getPath
Function · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected