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

Docs: Petty area calculation error fix #21970

Merged
merged 1 commit into from
Jun 10, 2021
Merged

Conversation

induratized
Copy link
Contributor

(window.innerWidth/2) * (window.innerWidth / 2) = ( (window.innerWidth) * (window.innerWidth) ) / 4. // quarter size

Related issue: #XXXX

Description

A clear and concise description of what the problem was and how this pull request solves it.

This contribution is funded by Example.

(window.innerWidth/2) * (window.innerWidth / 2) = ( (window.innerWidth) * (window.innerWidth) )  / 4.    // quarter size
@mrdoob mrdoob changed the title Petty area calculation error fix Docs: Petty area calculation error fix Jun 10, 2021
@mrdoob mrdoob added this to the r130 milestone Jun 10, 2021
@mrdoob mrdoob merged commit 895268d into mrdoob:dev Jun 10, 2021
@mrdoob
Copy link
Owner

mrdoob commented Jun 10, 2021

Thanks!

@induratized induratized deleted the patch-1 branch June 10, 2021 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants