input geometriesyr12;
figure(0,0,5u,5u);
pair A,B,C,D,E,F,G;
D=u*(0.75,0.75);
C=u*(4.25,0.75);
B=rotation(D,C,-90);
A-B=D-C;
trace A--B--C--D--cycle;
G=2/5[D,A];
E=2/3[A,B];
F=(xpart(E),ypart(G));
trace E--F--G;
nomme.llft(D);
nomme.lrt(C);
nomme.urt(B);
nomme.top(E);
nomme.ulft(A);
nomme.lft(G);
nomme.lrt(F);
fin;
end