From 17f379bd9fa6fc749c99a0a44bb590b68ae1c4df Mon Sep 17 00:00:00 2001 From: root <> Date: Sun, 8 Feb 2009 19:05:52 +0000 Subject: *** empty log message *** --- test/ex1.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/ex1.f b/test/ex1.f index 0eafc8d..ff761eb 100644 --- a/test/ex1.f +++ b/test/ex1.f @@ -326,7 +326,7 @@ C and a slash across the middle C check scaling - call jwg_add_xform(ihandle,0.0,0.0,10.0,0,0,10.0) + call jwg_add_xform(ihandle,0.0,0.0,10.0,0.0,0.0,10.0) widthmy=10.0 call jwg_set_pen(ihandle,red,green,blue,widthmy) @@ -340,7 +340,7 @@ C check text call jwg_set_textheight(ihandle,10.0) call jwg_draw_text(ihandle,30.0,0.0,"MOOCOW ") - call jwg_add_xform(ihandle,0.0,0.0,0.1,0,0,0.1) + call jwg_add_xform(ihandle,0.0,0.0,0.1,0.0,0.0,0.1) call jwg_set_textcolor(ihandle,0.0,0.0,0.0) C call jwg_set_textheight(ihandle,100.0) -- cgit v1.2.3