Open
Description
When using line annotation with borderWidth: 1
, the final width of the line is 2px
.
Step to reproduce:
- Open https://www.chartjs.org/chartjs-plugin-annotation/latest/samples/line/visibility.html
- Screen the website using PixelZoomer
- Measure the width of the line "Now"
The width is 2px
even when borderWidth
is set to 1px
.
I would be happy to create a pull request if someone points me to the right direction.