aesthetics-of-the-commons
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

65.mp
text/plain

Download raw (423 bytes)

% A
input ../def;
beginchar(65, 20);
	x1 := 3.0 * ox;
	bot y1 := 0.0 * oy;
	x2 := 10.0 * ox;
	y2 := 21.0 * oy;
	x3 := 17.0 * ox;
	bot y3 := 0.0 * oy;
	x4 := 10.0 * ox;
	y4 := 18.0 * oy;
	x5 := 16.0 * ox;
	bot y5 := 0.0 * oy;
	x6 := 5.0 * ox;
	y6 := 6.0 * oy;
	x7 := 14.0 * ox;
	y7 := 6.0 * oy;
     
	draw z1 -- z2 -- z3; 
	draw z2 -- z4 -- z5; 
	draw z6 -- z7; 
	serif(2,1,2,1,0,2);
	serif(4,5,2,3,0,2);
endchar(7);
end;