From 9b042a93e8f489c694af2e2e121e5aedd7671d8a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 16 May 2010 18:38:18 +0000 Subject: asymptote 1.94 git-svn-id: svn://tug.org/texlive/trunk@18288 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/doc/asymptote/examples/tensor.asy | 1 - 1 file changed, 1 deletion(-) (limited to 'Master/texmf/doc/asymptote/examples/tensor.asy') diff --git a/Master/texmf/doc/asymptote/examples/tensor.asy b/Master/texmf/doc/asymptote/examples/tensor.asy index aa633c4087b..19b1e087658 100644 --- a/Master/texmf/doc/asymptote/examples/tensor.asy +++ b/Master/texmf/doc/asymptote/examples/tensor.asy @@ -1,6 +1,5 @@ size(200); -//pen[][] p={{red,green,blue,cyan},{green,blue,rgb(black),magenta}}; pen[][] p={{red,green,blue,cyan},{blue,green,magenta,rgb(black)}}; path G=(0,0){dir(-120)}..(1,0)..(1,1)..(0,1)..cycle; path[] g={G,subpath(G,2,1)..(2,0)..(2,1)..cycle}; -- cgit v1.2.3