|
From: Juhász P. <pet...@gm...> - 2014-03-24 21:31:00
|
I saw that in parallel with the new "set colorsequence" command, the
default color sequence was also changed.
However, it seems that the change was not reflected everywhere:
consider the command
do for [i=1:10] { set obj i rect from i,i to i+1,i+1 fs solid 1.0 border
lt i fc lt i lw 3}
With the current CVS this produces rectangles with their borders colored
according to the new sequence, but their interiors according to the old.
I've tried to fix this by adding a call to load_linetype in set_obj
(where it parses the fillcolor attribute), but apparently that was not
enough or I wasn't doing it right.
Somewhat related:
"show colorsequence" currently shows the same info as "show colornames".
Peter
|