Enhance the rounded rectangle implementation (#5597)
Use `arcTo` instead of `quadraticCurveTo` (both methods have the same compatibility level) because it generates better results when the final rect is a circle but also when it's actually a rectangle and not a square. This change is needed by the datalabels plugin where the user can configure the `borderRadius` and thus generate circle from a rounded rectangle.
S
Simon Brunel committed
88308c600cbbd38458bc94549ca6139698508c58
Parent: 6f90e07
Committed by GitHub <noreply@github.com>
on 6/26/2018, 3:58:32 PM