From 0f85227b711317228259c2d5b40aa1936e3da122 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 27 Aug 2002 01:07:22 +0000
Subject: [PATCH] nicer

---
 benchmarks/misc/info.pos | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/benchmarks/misc/info.pos b/benchmarks/misc/info.pos
index 782b24b5aa..c6fc248767 100644
--- a/benchmarks/misc/info.pos
+++ b/benchmarks/misc/info.pos
@@ -1,4 +1,10 @@
 View "phi info" {
+  SP(1,1,1){1,2};
+
+  // fixed ("2D") strings, defined in window coordinates
   T2(10,-24,0){"Wed Oct 31 07:53:53 2001"};
   T2(10,-12,0){"Real part", "Imaginary part"};
+
+  // moving ("3D") strings, defined in model coordinates
+  T3(1.1,1.1,1.1,0){"3D text (real part)...", "3D text (imaginary part)" };  
 };
-- 
GitLab