summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/grid.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/grid.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/grid.asy7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/grid.asy b/Master/texmf-dist/doc/asymptote/examples/grid.asy
new file mode 100644
index 00000000000..a607ac78e28
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/grid.asy
@@ -0,0 +1,7 @@
+import math;
+size(100,0);
+
+add(shift(-5,-5)*grid(10,10));
+
+dot((0,0),red);
+