# HG changeset patch # User Thinker K.F. Li # Date 1280277418 -28800 # Node ID c9f8c7e6f57eee9f0569d39d187e0dd97357ebfb # Parent a65720721c60dab8f915a76bbca02e080f1e04ae Add comment diff -r a65720721c60 -r c9f8c7e6f57e nodejs/testcase.js --- 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);