aboutsummaryrefslogtreecommitdiffstats
path: root/test/ex1.f
diff options
context:
space:
mode:
Diffstat (limited to 'test/ex1.f')
-rw-r--r--test/ex1.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ex1.f b/test/ex1.f
index 91ca982..0eafc8d 100644
--- a/test/ex1.f
+++ b/test/ex1.f
@@ -106,7 +106,7 @@ C start a new one...
call jwg_add_xform(ihandle,101.0,101.0,sx,0.0,0.0,sy)
C now fix offset of one
- call jwg_add_xform(ihandle,-1.0,-1.0,1.0,0,0,1.0)
+ call jwg_add_xform(ihandle,-1.0,-1.0,1.0,0.0,0.0,1.0)
C set pen attributes the pen is used to render lines
C jwg_set_pen(handle,red,green,blue,width)