summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/triangle.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/triangle.asy')
-rw-r--r--graphics/asymptote/examples/triangle.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/examples/triangle.asy b/graphics/asymptote/examples/triangle.asy
index 60388a7851..e3f9c1f588 100644
--- a/graphics/asymptote/examples/triangle.asy
+++ b/graphics/asymptote/examples/triangle.asy
@@ -2,7 +2,7 @@ size(0,100);
import geometry;
triangle t=triangle(b=3,alpha=90,c=4);
-
+
dot((0,0));
draw(t);