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

Bugfix/polygon offset fix #6675

Merged
merged 20 commits into from
Jun 2, 2020
Merged

Bugfix/polygon offset fix #6675

merged 20 commits into from
Jun 2, 2020

Conversation

GoodBoyDigital
Copy link
Member

A small tweak to how we set polygon offset.
we were setting the scale, not the offset - so nothing was happening.

a future PR we could expand state to handle the offset scale too. But it does not stop the function from working and being usable. 👍

made sure it was backwards compatible too!
this actually makes it work :)
as a future update, we may wanty to set the scale property on the state. But this does the trick for now and is usable
@GoodBoyDigital GoodBoyDigital added the 🕷 Bug Verified that it’s actually a legit bug that exists in the current release. label Jun 1, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jun 1, 2020

Codecov Report

Merging #6675 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #6675   +/-   ##
=======================================
  Coverage   82.34%   82.34%           
=======================================
  Files          37       37           
  Lines        1897     1897           
=======================================
  Hits         1562     1562           
  Misses        335      335           

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 c097ffa...097370e. 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 Jun 1, 2020
@bigtimebuddy bigtimebuddy merged commit 00af8df into dev Jun 2, 2020
@bigtimebuddy bigtimebuddy deleted the bugfix/polygon-offset-fix branch June 2, 2020 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕷 Bug Verified that it’s actually a legit bug that exists in the current release. ✅ 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.

None yet

4 participants