1size(200);
2
3pen[][] p={{red,green,blue,cyan},{blue,green,magenta,rgb(black)}};
4path G=(0,0){dir(-120)}..(1,0)..(1,1)..(0,1)..cycle;
5path[] g={G,subpath(G,2,1)..(2,0)..(2,1)..cycle};
6pair[][] z={{(0.5,0.5),(0.5,0.5),(0.5,0.5),(0.5,0.5)},{(2,0.5),(2,0.5),(1.5,0.5),(2,0.5)}};
7tensorshade(g,p,z);
8
9dot(g);
10