We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6caa914 commit 862a485Copy full SHA for 862a485
1 file changed
lib/generate-symbol-tsx.ts
@@ -17,7 +17,7 @@ export const generateSymbolTsx = (
17
const strokeWidth = arc.stroke_width ?? 0.05
18
const color = arc.color ?? "black"
19
const isDashed = arc.is_dashed ?? false
20
- const direction = arc.direction ?? "clockwise"
+ const direction = arc.direction ?? "counterclockwise"
21
22
elementStrings.push(
23
`<schematicarc
0 commit comments