[metapost] CMYK colours in SVG output
Taco Hoekwater
taco at elvenkind.com
Fri Jul 8 17:46:36 CEST 2011
On 07/08/2011 05:44 PM, Stephan Hennig wrote:
> schrieb Taco Hoekwater:
>> On 07/07/2011 07:44 PM, Stephan Hennig wrote:
>>>
>>> To be honest, I'd expect MetaPost to error out on colouring objects with
>>> colours from a colour model that isn't supported by the output format.
>>
>> Metapost has a long tradition of implied built in color conversions
>> (like auto-mapping of rgb to greyscale if r=g=b),
>
> Can you give an example? This writes an RGB grey into the output:
>
> beginfig(1);
> draw fullcircle withcolor .3white;
> endfig;
> end
Yeah, I changed that (for version 1.1, I think).
More information about the metapost
mailing list