Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance the rounded rectangle implementation #5597

Merged
merged 1 commit into from Jun 26, 2018

Commits on Jun 26, 2018

  1. Enhance the rounded rectangle implementation

    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.
    simonbrunel committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    8005819 View commit details
    Browse the repository at this point in the history