Skip to content

Commit ab7897a

Browse files
committed
tldraw export has straight lines
1 parent 6c3811a commit ab7897a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libs/app-canvas/src/app/exporters/tldraw/tldraw-emtpy-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const tldrawEmptyArrowNode: TLDrawShapeNode = {
180180
fill: 'none',
181181
color: 'black',
182182
labelColor: 'black',
183-
bend: -31.381061908684,
183+
bend: 0, // -31.381061908684,
184184
start: { x: 7.548828125, y: 4.02734375 },
185185
end: { x: 132.5625, y: 111.8125 },
186186
arrowheadStart: 'none',

0 commit comments

Comments
 (0)