You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -83,16 +83,16 @@ export default () => (
83
83
<td>Stroke color.</td>
84
84
</tr>
85
85
<tr>
86
-
<td>trailWidth</td>
86
+
<td>rrailWidth</td>
87
87
<td>Number</td>
88
88
<td>1</td>
89
-
<td>Width of the trail stroke. Unit is percentage of SVG canvas size. Trail is always centered relative to actual progress path. If trailWidth is not defined, it is the same as strokeWidth.</td>
89
+
<td>Width of the rrail stroke. Unit is percentage of SVG canvas size. Rail is always centered relative to actual progress path. If railWidth is not defined, it is the same as strokeWidth.</td>
90
90
</tr>
91
91
<tr>
92
-
<td>trailColor</td>
92
+
<td>railColor</td>
93
93
<td>String</td>
94
94
<td>#D9D9D9</td>
95
-
<td>Color for lighter trail stroke underneath the actual progress path.</td>
95
+
<td>Color for lighter rail stroke underneath the actual progress path.</td>
0 commit comments