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

CoinGraph text and indicator dots are covered by shader #8

Closed
damoonrashidi opened this issue Apr 26, 2020 · 1 comment
Closed

CoinGraph text and indicator dots are covered by shader #8

damoonrashidi opened this issue Apr 26, 2020 · 1 comment

Comments

@damoonrashidi
Copy link
Owner

The gradient shader that gives the coin chart a pink->blue gradient also covers the text and the hi/low/current indicators, meaning that they get the same hues. These should ideally be gray/white which could be achieved if they are moved to their own CustomPainter with the same X/Y calculations and drawn over the ShaderMask in coin-graph.dart using a Stack widget.

@damoonrashidi
Copy link
Owner Author

fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant