diff 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
line wrap: on
line diff
--- a/nodejs/testcase.js	Tue Jun 08 09:08:23 2010 +0800
+++ b/nodejs/testcase.js	Wed Jun 09 12:28:03 2010 +0800
@@ -17,4 +17,6 @@
 sys.puts(coord.add_shape);
 coord.add_shape(path);
 
+sys.puts(mb_rt.paint_color_new);
+
 setTimeout(function() { sys.puts("timeout"); }, 1000);