From 086d2bb276e55f81bd13d03c15d9325db4d2bd4f Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 14 May 2024 16:42:11 +0000 Subject: doc: correct the indices to make things simpler. --- doc/libgraphics.ms | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/libgraphics.ms') diff --git a/doc/libgraphics.ms b/doc/libgraphics.ms index 8e48b87..feb1480 100644 --- a/doc/libgraphics.ms +++ b/doc/libgraphics.ms @@ -22,9 +22,9 @@ E: circle "entityproc" move Tiler: [ down - T0: circle "tiler 0" + T0: circle "tiler 1" move - T1: circle "tiler 1" + T1: circle "tiler 2" move Td: circle "…" move @@ -33,9 +33,9 @@ Tiler: [ move Raster: [ down - R0: circle "rasterizer 0" + R0: circle "rasterizer 1" move - R1: circle "rasterizer 1" + R1: circle "rasterizer 2" move Rd: circle "…" move @@ -57,7 +57,7 @@ arrow from Tiler.T1 to Raster.Rn chop .PE .B "Figure 1" : For a -.B 2(n+1) +.B 2n processor machine. .SH The scene @@ -91,8 +91,8 @@ Tiles: [ boxht = 0.2 boxwid = 1.25 down - T0: box dashed "tile 0" - T1: box dashed "tile 1" + T0: box dashed "tile 1" + T1: box dashed "tile 2" Td: box dashed "…" Tn: box dashed "tile n" ] @@ -101,9 +101,9 @@ box ht last [].ht+0.1 wid last [].wid+0.1 at last [] Raster: [ moveht = 0.1 down - R0: circle "rasterizer 0" + R0: circle "rasterizer 1" move - R1: circle "rasterizer 1" + R1: circle "rasterizer 2" move Rd: circle "…" move @@ -123,8 +123,8 @@ Tiles: [ boxht = 0.2 boxwid = 1.25 down - T0: box dashed "0" - T1: box dashed "1" + T0: box dashed "1" + T1: box dashed "2" Td: box dashed "…" Tn: box dashed "n" ] @@ -136,9 +136,9 @@ box ht last [].ht+0.1 wid last [].wid+0.1 at last [] Raster: [ moveht = 0.1 down - R0: circle "rasterizer 0" + R0: circle "rasterizer 1" move - R1: circle "rasterizer 1" + R1: circle "rasterizer 2" move Rd: circle "…" move -- cgit v1.2.3