File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The **[`progress`](#progress)** is the only required property and you are ready
116
116
| ** [ ` size ` ] ( #size ) ** | Number | >=0 | 200 | |
117
117
| ** [ ` line ` ] ( #line ) ** | String | "round \| square \| butt" | "round"|
118
118
| ** [ ` thickness ` ] ( #thickness ) ** | Number \| String | \> =0 as Number or percent value as String| "5%" |
119
- | ** [ ` lineMode ` ] ( #linemode ) ** | String | "normal \| out \| out-over \| in \| in-over \| top \| bottom [ offset] " | "normal 0 " |
119
+ | ** [ ` lineMode ` ] ( #linemode ) ** | String | "center \| out \| out-over \| in \| in-over \| top \| bottom [ offset] " | "center " |
120
120
| ** [ ` linePosition ` ] ( #lineposition ) ** | String | "center \| out \| in [ offset] " | "center" |
121
121
| ** [ ` emptyLinePosition ` ] ( #emptylineposition ) ** | String | "center \| out \| in [ offset] " | "center" |
122
122
| ** [ ` emptyThickness ` ] ( #emptythickness ) ** | Number \| String | \> =0 as Number or percent value as String | "5%" |
@@ -233,7 +233,7 @@ The first value ist the `mode` and the optional second is the `offset`. You can
233
233
help you to align lines as you want to.
234
234
235
235
- ` mode ` :
236
- - ` normal ` : this is the default value and both lines are aligned at the base line (centered).
236
+ - ` center ` : this is the default value and both lines are aligned at the base line (centered).
237
237
<img width =" 100 " height =" 50 " src =" https://github.com/setaman/Bilder/blob/master/ellipse-normal.png " >
238
238
239
239
- ` in ` : the progress line is inside the empty line
You can’t perform that action at this time.
0 commit comments