NativeScript / NativeScript/canvas
Line don't apply strokeWidth
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 103
- Forks
- 21
- Avg merge
- 16h 10m
- Merged PRs (30d)
- 8
Description
When I change strokeWidth it doesn't seem to have any effect on the line
<Line p1="128" p2="280" color="lightblue" paintStyle="stroke" strokeWidth="4" />
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the HTML example with strokeWidth set to 4, then trace how the Line element handles strokeWidth during rendering. Done means changing strokeWidth visibly changes the rendered line thickness.
Written by the indexing model from the issue text.
Assessment
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100