Commit 0b8b86e
committed
spline: Initialize cap style to round
The spline demo program previously initialized the cap style as 'butt',
which caused inconsistent spline rendering with an unexpected blank
half-circle. This commit changes the cap style to 'round', ensuring
more consistent spline movement and rendering without flickering.1 parent 92ef3c1 commit 0b8b86e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments