Hi,
Is this a bug or not ?
The key to coloring the background of the text seems to no longer work.
Thanks
Fabrice
\definecolor[MyColorC][s=0.8784]
\definecolor[MyColorD][m=0.27,y=1]
\definecolor[ColorA][0.8(white)]
\definecolor[MyColorB][c=0.00, m=0.62, y=1.00, k=0.00]
\definecolor[MyColorA][.75(MyColorB,white)]
\defineframed
[FrameTitle]
[frame=off,
foregroundstyle=\bfx\ss,
foregroundcolor=white,
background=color,
backgroundcolor=MyColorD,
location=depth]
\defineframedtext
[FramedText]
[offset=0.25em,
style=\ss,
toffset=\zeropoint,
background=color,
backgroundcolor=MyColorA,
foregroundstyle={\switchtobodyfont[9pt]},
align={right, broad},
frame=off,
corner=00,
radius=0.5em,
width=10cm]
\definedescription
[Info]
[before=,
after=,
text=Info,
title=no,
width=fit,
distance=0.5em,
headcommand=\FrameTitle,
alternative=serried]
\starttext
\startFramedText[width=5cm]
\startInfo
\input{ward}
\stopInfo
\stopFramedText
\stoptext