numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 14 forks source link

url storage colour palette bug with NumberGlyph #365

Open katestange opened 1 week ago

katestange commented 1 week ago

To reproduce this bug do:

  1. open up a fresh scope and choose NumberGlyph, and Random, with random set between 0 and 4.
  2. You'll see an array in grey, cyan and green.
  3. copy the URL from the URL bar and open it in a new window
  4. You'll see an array in grey, cyan and red.

In other words, the FIRST time you try this, you see green. All subsequent times using the stored URL you see red. The colour positions move about every time according to the random seed, but the colour palette seems to just depend on whether it was a fresh setup or a URL cut-n-paste. Note that colour palettes are not part of the parameters of this visualizer -- they are not user settable.