Closed
Description
When using CSS colour names for a marker color, they should be case insensitive. I expected LemonChiffon
to works as it is valid CSS3 colour, and works in svg, however a scatterGL trace renders it as black.
As usual for CSS-defined idents, all of these [color] keywords are ASCII case-insensitive.
A simple fix would be to apply a lowercase before setting colours in the scattergl code, though I am not entirely sure why this isn't working currently.