summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/curvedlabel.asy
blob: 2ff4c6c34ec840c19fc5f3bb4e2ab04f086b198a (plain)
1
2
3
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));