Skip to content

AddCircle draws lineStyle incorrectly #2692

@marc-frank

Description

@marc-frank

Bug Report

Issue: Circles with lineStyle Dash are drawn solid and with lineStyle Dot are drawn only partially

Reproducing:
formsPlot1.Plot.AddCircle(x: 1.0f,y: 1.0f,radius: 0.5f,color: Color.Gray,lineWidth: 1,lineStyle: ScottPlot.LineStyle.Dash);
image

formsPlot1.Plot.AddCircle(x: 1.0f,y: 1.0f,radius: 0.5f,color: Color.Gray,lineWidth: 1,lineStyle: ScottPlot.LineStyle.Dot);
image

System Details

  • ScottPlot Version: 4.1.64
  • Operating System: Windows 11
  • Application Type: WinForms
  • .NET Version: .NET 7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions