-
Notifications
You must be signed in to change notification settings - Fork 5
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
Color series using method last
never cycle
#9
Comments
That's why |
It does cycle. But it leaves out the base color:
The same happens with absolute index numbers. This looks like a bug to me. |
It's not a bug, it's working as documented. Every component individually wraps around, so after |
@zauguin yes, I just saw it too. We should document this better. |
The name of
\colorseriescycle
and the phrasevector \emph{last}
used in the doc for color series may make users misunderstand that such a series cycle.In the following example, user may expect
foo!![4] == base == {.3,.3,.3}
, but actually it's{.6,.6,.6}
The relevant doc indicates this is the expected behavior, not a bug.
xcolor/xcolor.dtx
Lines 1267 to 1281 in 1924d5a
Perhaps
xcolor
could add some words to the doc?The text was updated successfully, but these errors were encountered: