From 86d5ae3f4690e0e08a60a2ed0bb3b2b87b58be99 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 17 Jun 2015 20:27:25 +0000 Subject: [PATCH] --- tutorial/t4.geo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/t4.geo b/tutorial/t4.geo index c0be5d77fd..63e797cdab 100644 --- a/tutorial/t4.geo +++ b/tutorial/t4.geo @@ -89,7 +89,7 @@ View "comments" { // If a string starts with `file://', the rest is interpreted as an image // file, whose size and orientation can be specified after a `@' symbol: T3(-0.01, 0.09, 0, 0){ "file://image.png@0.02x0" }; - T3(-0.01, 0.09, 0, 0){ "file://image.png@0.02x0,0,1,0,0,0,1" }; + T3(-0.01, 0.09, 0, 0){ "file://image.png@0.02x0,0,0,1,0,1,0" }; T2(350, -7, 0){ "file://image.png@20x0" }; }; -- GitLab