-
-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Description
'butt' is the default, but your default is 'round' and 'butt' is excluded from the options
see:
https://css-tricks.com/almanac/properties/s/stroke-linecap/
therefore
https://github.com/react-component/progress/blob/2.0.3/src/mixin.js#L10
should presumably be eg
strokeLinecap: PropTypes.oneOf(['butt', 'round', 'square']),
and
https://github.com/react-component/progress/blob/2.0.3/src/mixin.js#L21
should be
strokeLinecap: 'butt',
thanks
houke and pencilcheck
Metadata
Metadata
Assignees
Labels
No labels