`DrawPolygon` doesn't work
Open
Nobody has claimed this yet.
confirming
- Dominant language
- C#
- Stars
- 261
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Calling DrawPolygon doesn't render anything.
g.DrawPolygon(points, D2DColor.Black, 2);
Contributor guide
No contributing guide indexed for this repository
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
Start by reproducing the reported DrawPolygon(points, D2DColor.Black, 2) call and trace the DrawPolygon entry point. Confirm why the supplied points and styling produce no visible rendering, then verify that the same call displays the polygon when the fix is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100