From d117dc8f75933e4e2b780afbb2f50756c140bdea Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 18 Jun 2010 14:41:54 +0000 Subject: *** empty log message *** --- html/en/screenshots.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'html/en/screenshots.html') diff --git a/html/en/screenshots.html b/html/en/screenshots.html index d8b3c28..1d1968a 100644 --- a/html/en/screenshots.html +++ b/html/en/screenshots.html @@ -19,9 +19,10 @@

Screenshots

All the screenshots here were generated with the same -C source code. The code contains only the +C source code. The same example is +available in Lua source code. The code contains only the primitives and attributes, the canvas initialization is simply:

-
cdCanvas* canvas = canvas = cdCreateCanvas(ctx, data);
+
cdCanvas* canvas = cdCreateCanvas(ctx, data);
 
 SimpleDraw(canvas);
 
-- 
cgit v1.2.3