changeset 644:c9f8c7e6f57e

Add comment
author Thinker K.F. Li <thinker@branda.to>
date Wed, 28 Jul 2010 08:36:58 +0800
parents a65720721c60
children 818e870e1eb5 e13dbfd37eab
files nodejs/testcase.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nodejs/testcase.js	Wed Jul 28 08:31:15 2010 +0800
+++ b/nodejs/testcase.js	Wed Jul 28 08:36:58 2010 +0800
@@ -19,6 +19,7 @@
 paint.fill(img);
 root.add_shape(img);
 
+/* Moving a path */
 sys.puts(mb_rt.path_new);
 var path = mb_rt.path_new("m 100,50 L 120,50 L 200,150 L 180,150 z");
 sys.puts(path);