Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

发现画path有个系统的Bug

Open
#76 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
android, java

Research direction

No source file or test is named. Reproduce the issue in a minimal Android custom-view example using Path.addRect and Path.addRoundRect with progressive animation, then compare their starting points and inspect the relevant drawing behavior. Done means the differing start positions are explained and the confirmed bug is corrected or clearly documented.

Written by the indexing model from the issue text.

Description

path.addRect(rect)
然后用动画逐步画完,发现正常是从左上角开始的
path.addRoundRect(rect)
然后用动画逐步画完,发现正常是从右上角开始的
系统绘制的一个Bug

Dominant language
Java
Stars
9.3k
Forks
2.1k
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from GcsSloop/AndroidNote

All issues in GcsSloop/AndroidNote

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.