luser-dr00g / xpost

A PostScript interpreter in C
Other
93 stars 12 forks source link

color space not changing naturally #39

Open luser-dr00g opened 8 years ago

luser-dr00g commented 8 years ago

After selecting the rgb color space like: 0 0 1 setrgbcolor then 0 setgray does not select black and change the space back to gray.

Instead one must specify rgb black to get black: 0 0 0 setrgbcolor