Page de garde pour la documentation (essai)
[mp-gdd.git] / doc / fond.mp
diff --git a/doc/fond.mp b/doc/fond.mp
new file mode 100644 (file)
index 0000000..8f2ca64
--- /dev/null
@@ -0,0 +1,21 @@
+input svgnames;
+
+l = 596;
+h = 842;
+
+pair A, B, C, D;
+
+A = (0,0);
+B = (l,0);
+C = (l,h);
+D = (0,h);
+
+beginfig(1);
+
+  fill (A--B--D--cycle) withcolor Moccasin;
+  fill (A--C--D--cycle) withcolor Gainsboro;
+  
+
+endfig;
+
+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.