Changes

Jump to navigation Jump to search
126 bytes added ,  16:58, 24 December 2020
no edit summary
<context source="yes">
\definecolor [ColorHighA] [h=c4a000]
\definecolor [ColorHighB] [h=602217]
\definecolor [ColorLow] [0.8(white)]
 
\startMPpage
kind = "fillup",
text = "\definedfont[name:texgyrepagellabold*default]%
\framed[frame=off,offset=3mm,align=normalmiddle,strut=none] {MetaPost \\is Fun !\\Aujourd'hui\\Today\\&@*§ 2020 §*}", ] xsized 15cm 20cm ;
path bb ; bb := boundingbox tt;
%------------------------------------------------------------------------------
path pp ; pp := bb enlarged 0.5cm 2cm ;
fill pp
withshademethod "linear"
withshadedirection right(2.,0.) withshadecolors (red\MPcolor{ColorHighA}, blue\MPcolor{ColorHighB});
%------------------------------------------------------------------------------
picture Paddmissing; Paddmissing := nullpicture;
picture Pwoletters; Pwoletters := nullpicture;
color colorframe; colorframe := 0.15white;
numeric testwithin ;
addto Paddmissing contour
(pathpart i)
withcolor colorframe\MPcolor{ColorLow};
else:
addto Pwoletters contour
bb
withpostscript "evenodd"
withcolor colorframe\MPcolor{ColorLow};
draw Pwoletters ;
draw Paddmissing ;

Navigation menu