MCPcopy
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.tsxFile · 0.45
drawGeometryStrokeFunction · 0.45
getIndicatorPathMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
getIndicatorPathMethod · 0.45
getPathFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected