comparison nodejs/testcase.js @ 567:a12c3448afb6 Android_Skia

Add dummy paint_color templates
author Thinker K.F. Li <thinker@branda.to>
date Wed, 09 Jun 2010 12:28:03 +0800
parents 6639d386db78
children d796e6b8b97e
comparison
equal deleted inserted replaced
566:6639d386db78 567:a12c3448afb6
15 var path = mb_rt.path_new("m 100,100 L 200,200"); 15 var path = mb_rt.path_new("m 100,100 L 200,200");
16 sys.puts(path); 16 sys.puts(path);
17 sys.puts(coord.add_shape); 17 sys.puts(coord.add_shape);
18 coord.add_shape(path); 18 coord.add_shape(path);
19 19
20 sys.puts(mb_rt.paint_color_new);
21
20 setTimeout(function() { sys.puts("timeout"); }, 1000); 22 setTimeout(function() { sys.puts("timeout"); }, 1000);