-
Notifications
You must be signed in to change notification settings - Fork 537
Set Rounded Corners on Rectangle #880
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
base: master
Are you sure you want to change the base?
Set Rounded Corners on Rectangle #880
Conversation
Progi1984
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some feedbacks
|
Hey @Progi1984 CI passes on PHP 7.1 and 7.4+ but fails on 7.2–7.3 because, as far as I can tell, the allowed phpoffice/phpspreadsheet versions (^1.9–^5.0) no longer include any release compatible with PHP 7.2/7.3. Composer can resolve an old 1.x version on 7.1 and newer versions on 7.4+, but there’s a support gap in between. This is a dependency/CI matrix mismatch, not an issue introduced by this PR. For the next major release |
Description
It's now possible to set the radius to create rounded corners on rectangle shapes.
Previously the corners were hard coded to a large value making custom designs difficult.
Fixes # (issue)
#854
Checklist: