summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/tiling.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/tiling.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/tiling.asy7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/tiling.asy b/Master/texmf-dist/doc/asymptote/examples/tiling.asy
new file mode 100644
index 00000000000..ed817b2a637
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/tiling.asy
@@ -0,0 +1,7 @@
+size(0,150);
+import patterns;
+
+add("checker",checker(blue));
+
+filldraw(unitcircle,pattern("checker"));
+