summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/billboard.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/billboard.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/billboard.asy11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/billboard.asy b/Master/texmf/doc/asymptote/examples/billboard.asy
new file mode 100644
index 00000000000..13cc69bc7df
--- /dev/null
+++ b/Master/texmf/doc/asymptote/examples/billboard.asy
@@ -0,0 +1,11 @@
+import three;
+
+// Billboard support in PRC is not yet implemented.
+settings.outformat="eps";
+
+size(100);
+
+draw(unitbox);
+
+label("Billboard",X,red,Billboard);
+label("Fixed",Y,blue);