aboutsummaryrefslogtreecommitdiffstats
path: root/test/ex1.f
diff options
context:
space:
mode:
Diffstat (limited to 'test/ex1.f')
-rw-r--r--test/ex1.f4
1 files changed, 2 insertions, 2 deletions
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)