Prerequisites
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.

Steps to Reproduce
- Clone public repo: https://github.com/charnould/sanddance-bug-1.git
- Open
index.html with Liver-server to avoid CORS issue
- Modify
backgroundColor accordingly
- See that current behavior is accurate --> That's the bug.
Expected result
For #151515, everything should be #151515.
Prerequisites
Expected Behavior
backgroundColor should modify all canvas
background-color?Current Behavior
It doesn't seem to work as shown in the screenshot below.
For
blackandblue, everything is...blackandblue.However, for
#151515, you can see a graph greyish background, whereasbackgroundColoris indeed#151515.Steps to Reproduce
index.htmlwithLiver-serverto avoidCORSissuebackgroundColoraccordinglyExpected result
For
#151515, everything should be#151515.