Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EdgeStyle]: Vertical EdgeStyle should be Swapped #147

Closed
Afroz-Shaikh opened this issue Mar 23, 2023 · 0 comments · Fixed by #149
Closed

[EdgeStyle]: Vertical EdgeStyle should be Swapped #147

Afroz-Shaikh opened this issue Mar 23, 2023 · 0 comments · Fixed by #149
Assignees
Labels
bug Something isn't working

Comments

@Afroz-Shaikh
Copy link
Collaborator

BUG: Vertical EdgeStyle LinearEdgeStyle.startCurve assign Curve to wrong edge

Description: EdgeStyle LinearEdgeStyle.startCurve assign Curve to endCurve and similarly LinearEdgeStyle.endCurve assign Curve to startCurve When GaugeOrientation is Vertical

Group 2

Steps to Reproduce:

LinearGauge(
        gaugeOrientation: GaugeOrientation.vertical,
        valueBar: [
          ValueBar(
              value: 50,
              offset: 20,
              borderRadius: 30,
              valueBarThickness: 30,
              position: ValueBarPosition.left,
              edgeStyle: LinearEdgeStyle.startCurve)
        ],
        rulers: const RulerStyle(
            rulerPosition: RulerPosition.right, showPrimaryRulers: true),
      ),

Additonal Information

  • This issue occurs in Vertical Orientation
  • The issue occurs consistently across different devices and browsers.
@Afroz-Shaikh Afroz-Shaikh self-assigned this Mar 23, 2023
@Afroz-Shaikh Afroz-Shaikh added the bug Something isn't working label Mar 23, 2023
@Afroz-Shaikh Afroz-Shaikh mentioned this issue Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant