summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/curvedlabel.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/examples/curvedlabel.asy')
-rw-r--r--Build/source/utils/asymptote/examples/curvedlabel.asy4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/examples/curvedlabel.asy b/Build/source/utils/asymptote/examples/curvedlabel.asy
new file mode 100644
index 00000000000..2ff4c6c34ec
--- /dev/null
+++ b/Build/source/utils/asymptote/examples/curvedlabel.asy
@@ -0,0 +1,4 @@
+size(200);
+import labelpath;
+labelpath("This is a test of curved labels in Asymptote (implemented with the {\tt PSTricks pstextpath} macro).",reverse(rotate(-90)*unitcircle));
+