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