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(scale): Fix non-shape's element positioned accurately #3908

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

netil
Copy link
Member

@netil netil commented Oct 24, 2024

Issue

#3907

Details

Previously positioning grid, tick, etc. elements coordination values are defined using Math.ceil.
In some scales, this made inconsistency of shape with grid and other non-shape element. To fix this, remove the use of Math.ceil.

@netil netil added the bug label Oct 24, 2024
@netil netil self-assigned this Oct 24, 2024
Previously positioning grid, tick, etc. elements coordination values
are defined using Math.ceil.
In some scales, this made inconsistency of shape with grid and other
non-shape element. To fix this, remove the use of Math.ceil.

Ref naver#3907
@coveralls
Copy link

coveralls commented Oct 24, 2024

Coverage Status

coverage: 94.257% (-0.007%) from 94.264%
when pulling f6c6b63 on netil:bar#3907
into 3febfd1 on naver:master.

@netil netil merged commit 216141b into naver:master Oct 24, 2024
10 checks passed
@netil netil deleted the bar#3907 branch October 24, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants