feat(Circle): add stroke-linecap prop (#5087)

* feat(Circle): add stroke-linecap prop

* docs: butt
This commit is contained in:
neverland
2019-11-25 08:27:00 +08:00
committed by GitHub
parent dfd45e9299
commit 4c1e77cc37
5 changed files with 29 additions and 4 deletions
+2 -1
View File
@@ -121,7 +121,8 @@ export default {
| speed | Animate speedrate/s| *number* | `0` | - |
| text | Text | *string* | - | - |
| stroke-width | Stroke width | *number* | `40` | - |
| clockwise | Is clockwise | *boolean* | `true` | - |
| stroke-linecap | Stroke linecapcan be set to `sqaure` `butt` | *string* | `round` | 2.2.15 |
| clockwise | Whether to be clockwise | *boolean* | `true` | - |
### Slots