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: update the position of lineXY with arrow #6442

Merged
merged 4 commits into from
Sep 2, 2024
Merged

fix: update the position of lineXY with arrow #6442

merged 4 commits into from
Sep 2, 2024

Conversation

interstellarmt
Copy link
Collaborator

@interstellarmt interstellarmt commented Aug 30, 2024

Checklist
  • npm test passes
  • benchmarks are included
  • commit message follows commit guidelines
Description of change

动态更新带箭头的lineXY的位置时,保证箭头能正确绘制。
image

src/animation/morphing.ts Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Sep 2, 2024

Pull Request Test Coverage Report for Build 10660038919

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 86.705%

Totals Coverage Status
Change from base Build 10626461389: 0.01%
Covered Lines: 10564
Relevant Lines: 11809

💛 - Coveralls

@hustcc hustcc merged commit 3d426cc into v5 Sep 2, 2024
2 checks passed
@hustcc hustcc deleted the fix-linY-arrow branch September 2, 2024 03:23
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.

使用 lineY 绘制辅助线设置 arrow 时, 对 lineY进行更新, arrow 会重复进行绘制
3 participants