Fixes arc method by not adding an additional point if it's too close to the last existing point. (#5010)
As it was the code did check for exact equality of X and Y coordinates. This wasn't sufficient, since extremely small differences still lead to problems further down the line due to floating point inaccuracies. |
---|
|
src/core/graphics/Graphics.js |
---|