Skip to content

Commit 862a485

Browse files
committed
up
1 parent 6caa914 commit 862a485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/generate-symbol-tsx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const generateSymbolTsx = (
1717
const strokeWidth = arc.stroke_width ?? 0.05
1818
const color = arc.color ?? "black"
1919
const isDashed = arc.is_dashed ?? false
20-
const direction = arc.direction ?? "clockwise"
20+
const direction = arc.direction ?? "counterclockwise"
2121

2222
elementStrings.push(
2323
`<schematicarc

0 commit comments

Comments
 (0)