Page de garde pour la documentation (essai)
[mp-gdd.git] / doc / fond.mp
1 input svgnames;
2
3 l = 596;
4 h = 842;
5
6 pair A, B, C, D;
7
8 A = (0,0);
9 B = (l,0);
10 C = (l,h);
11 D = (0,h);
12
13 beginfig(1);
14
15   fill (A--B--D--cycle) withcolor Moccasin;
16   fill (A--C--D--cycle) withcolor Gainsboro;
17   
18
19 endfig;
20
21 end

Licence Creative Commons Les fichiers de Syracuse sont mis à disposition (sauf mention contraire) selon les termes de la
Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International.