Skip to content

Conversation

OliveIsAWord
Copy link
Contributor

The clip path for group "g20" which holds the upper border of the claws was aligned exactly to the inside of the outer border. Due to rounding error, a single-pixel width orange strip was sometimes erroneously drawn where the two borders meet for each claw. Expanding the bounds of the clip path is sufficient to alleviate the issue entirely.

Left: Old
Right: Fixed
https://imgur.com/a/K3dERDL

@Bromeon Bromeon added the c: tools Component: tooling, tests, IDEs, Cargo, Rust ecosystem label Oct 25, 2021
@Bromeon
Copy link
Member

Bromeon commented Oct 25, 2021

Thank you for your contribution!
The logo is licensed under CC BY-NC-SA 4.0, which requires that changes be indicated.

Could you add the following line (marked bold below, but don't add it in bold) to godot-ferris-license.txt?

Ferris emoji, made by Dzuk (noct.zone) are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. (creativecommons.org/licenses/by-nc-sa/4.0/)
Minor changes to improve rendering have been applied by godot-rust contributors.

This should also be future-proof for a while.

Copy link
Member

@Bromeon Bromeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!
Now if you could combine the 2 commits to 1 (squash/git rebase -i) and check what changed in line 18, we can merge it 🙂

version 3.0 (CC-BY 3.0) <https://creativecommons.org/licenses/by/3.0/legalcode>.

See https://github.com/godotengine/godot/.
See https://github.com/godotengine/godot/.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What changed here? Whitespace?
Unfortunately the online viewer doesn't show it...

The clip path for group "g20" which holds the upper border of the claws was aligned exactly to the inside of the outer border. Due to rounding error, an orange strip was sometimes erroneously drawn where the two borders meet for each claw. Expanding the bounds of the clip path is sufficient to alleviate the issue entirely.

appended to reflect minor change

Update godot-ferris-license.txt
@OliveIsAWord
Copy link
Contributor Author

@Bromeon My editor automatically added a newline at the end of the file, which Github seemingly hides. I have fixed it and squashed into the original commit. After some floundering I think it's finally ready. 😄

@Bromeon
Copy link
Member

Bromeon commented Oct 25, 2021

Thank you very much!
bors r+

@bors
Copy link
Contributor

bors bot commented Oct 25, 2021

Build succeeded:

@bors bors bot merged commit dd1629f into godot-rust:master Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: tools Component: tooling, tests, IDEs, Cargo, Rust ecosystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants