summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/stroke3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/stroke3.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/stroke3.asy4
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf/doc/asymptote/examples/stroke3.asy b/Master/texmf/doc/asymptote/examples/stroke3.asy
deleted file mode 100644
index 75824d41dd3..00000000000
--- a/Master/texmf/doc/asymptote/examples/stroke3.asy
+++ /dev/null
@@ -1,4 +0,0 @@
-import three;
-size(5cm);
-
-draw(O--X,red+1cm,currentlight);