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

[bug] backgroundColor doesn't apply globally for **some** colors #619

Open
3 tasks done
charnould opened this issue Feb 22, 2023 · 0 comments
Open
3 tasks done

[bug] backgroundColor doesn't apply globally for **some** colors #619

charnould opened this issue Feb 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@charnould
Copy link

Prerequisites

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Expected Behavior

backgroundColor should modify all canvas background-color?

Current Behavior

It doesn't seem to work as shown in the screenshot below.

For black and blue, everything is... black and blue.
However, for #151515, you can see a graph greyish background, whereas backgroundColor is indeed #151515.

example

Steps to Reproduce

  1. Clone public repo: https://github.com/charnould/sanddance-bug-1.git
  2. Open index.html with Liver-server to avoid CORS issue
  3. Modify backgroundColor accordingly
  4. See that current behavior is accurate --> That's the bug.

Expected result

For #151515, everything should be #151515.

@danmarshall danmarshall added the bug Something isn't working label Feb 22, 2023
@charnould charnould changed the title [bug?] backgroundColor doesn't apply globally for **some** colors [bug] backgroundColor doesn't apply globally for **some** colors Feb 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

No branches or pull requests

2 participants