X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=mp-gdd.git;a=blobdiff_plain;f=doc%2Ffond.mp;fp=doc%2Ffond.mp;h=8f2ca64328e05c9f183aa170c2bf1f76e418d5e6;hp=0000000000000000000000000000000000000000;hb=858919b2db3b8e4245afd71ef5fc53b638288132;hpb=d37cc036835ac49449cfe756b793ab544f527341 diff --git a/doc/fond.mp b/doc/fond.mp new file mode 100644 index 0000000..8f2ca64 --- /dev/null +++ b/doc/fond.mp @@ -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