-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
BUGunexpected behaviorunexpected behaviorGood First IssueThis issue has limited complexity and may be a good start for new contributorsThis issue has limited complexity and may be a good start for new contributorsHelp WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!
Description
Bug Report
Issue: Typo in ArrowCoordinated constructor.
Reproducing: Call constructor.
public ArrowCoordinated(Coordinate arrowBase, Coordinate arrowTip)
{
Base.X = arrowBase.X;
Base.Y = arrowTip.Y;
Tip.X = arrowTip.X;
Tip.Y = arrowTip.Y;
}Base.Y = arrowTip.Y; should read Base.Y = arrowBase.Y;
System Details
- ScottPlot Version: 4.1.68
- Operating System: Windows 10
- Application Type: WinForms
- .NET Version: .NET 7.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behaviorGood First IssueThis issue has limited complexity and may be a good start for new contributorsThis issue has limited complexity and may be a good start for new contributorsHelp WantedScott won't do this soon, but PRs from the community are welcome!Scott won't do this soon, but PRs from the community are welcome!