Skip to content

Commit cec1ff2

Browse files
committed
fix bug
1 parent f376b8f commit cec1ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/02-textonpath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ Next, we introduce a color per segment
6161
```@example main
6262
t = ThesisArt.TextOnPath(my_text,my_path_split)
6363
64-
CairoMakie.text(0,0;text=t,color=repeat([:red,:blue],8),fontsize=5)
64+
CairoMakie.text(0,0;text=t,color=repeat([:red,:blue],8+1),fontsize=5)
6565
6666
```

0 commit comments

Comments
 (0)