Skip to content

Commit ed95c51

Browse files
committed
doc: update lineMode mode naming
1 parent 91e89b2 commit ed95c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The **[`progress`](#progress)** is the only required property and you are ready
116116
| **[`size`](#size)** | Number | >=0 | 200 | |
117117
| **[`line`](#line)** | String | "round \| square \| butt" | "round"|
118118
| **[`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" |
120120
| **[`linePosition`](#lineposition)** | String | "center \| out \| in [offset]" | "center" |
121121
| **[`emptyLinePosition`](#emptylineposition)** | String | "center \| out \| in [offset]" | "center" |
122122
| **[`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
233233
help you to align lines as you want to.
234234

235235
- `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).
237237
<img width="100" height="50" src="https://github.com/setaman/Bilder/blob/master/ellipse-normal.png">
238238

239239
- `in`: the progress line is inside the empty line

0 commit comments

Comments
 (0)