palettes icon indicating copy to clipboard operation
palettes copied to clipboard

Steps query parameter resets to `7`

Open basham opened this issue 10 years ago • 1 comments

When manually setting the steps query parameter:

http://gka.github.io/palettes/#colors=lightyellow,orange,deeppink,darkred|steps=11|bez=1|coL=1

The steps query parameter automatically updates to 7:

http://gka.github.io/palettes/#colors=lightyellow,orange,deeppink,darkred|steps=7|bez=1|coL=1

The provided step query parameter should be retained and applied. All other query parameters (i.e. colors, bez, and coL) work as expected.

basham avatar Mar 01 '15 23:03 basham

It seems to work as expected with diverging URLs. Just not sequential URLs.

http://gka.github.io/palettes/#diverging|c0=lightyellow,orange,deeppink,darkred|c1=lightyellow,orange,deeppink,darkred|steps=15|bez0=1|bez1=1|coL0=1|coL1=1

basham avatar Mar 01 '15 23:03 basham