We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f376b8f commit cec1ff2Copy full SHA for cec1ff2
docs/src/02-textonpath.md
@@ -61,6 +61,6 @@ Next, we introduce a color per segment
61
```@example main
62
t = ThesisArt.TextOnPath(my_text,my_path_split)
63
64
-CairoMakie.text(0,0;text=t,color=repeat([:red,:blue],8),fontsize=5)
+CairoMakie.text(0,0;text=t,color=repeat([:red,:blue],8+1),fontsize=5)
65
66
```
0 commit comments