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

Fix typo in the names of rect drawing extras #7337

Merged
merged 3 commits into from
Mar 28, 2021

Conversation

bigtimebuddy
Copy link
Member

Fixes #7119

This swaps APIs drawFilletRect and drawChamferRect, I had mixed up these concepts! Oops.

image

@bigtimebuddy bigtimebuddy added this to the v6.0.2 milestone Mar 25, 2021
@codecov
Copy link

codecov bot commented Mar 25, 2021

Codecov Report

Merging #7337 (5c24959) into dev (99641dc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev     #7337   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          699       699           
=========================================
  Hits           699       699           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99641dc...5c24959. Read the comment docs.

@bigtimebuddy bigtimebuddy added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Mar 28, 2021
@bigtimebuddy bigtimebuddy merged commit a2cb587 into dev Mar 28, 2021
@bigtimebuddy bigtimebuddy deleted the fix-chamfer-fillet-rect-names branch March 28, 2021 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

graphics-extras - drawChamferRect and drawFilletRect
3 participants