Hi
I want to use canvas lineCap and lineJoin properties.
In the past bug reports, it is stated that “round” is possible, but it is a “miter” rendering.
Step Line with Round Corners
In the case of miter, the angle causes it to exceed the plot point.
The data is used to draw the arrow.
If the lineJoin property is miter, the plot point is exceeded by an angle.
We want to make sure that the plot point is not exceeded.
Please check this JSFiddle for a working example.
The data plot is (6, 6), but the arrow points to approximately (6.3, 6.3).
I would like the arrow to point to (6,6) or close to it.
Please suggest a solution.