diff nodejs/shapes.cc @ 569:f87a368e847a Android_Skia

Functions of stroke and fill a shape
author Thinker K.F. Li <thinker@branda.to>
date Wed, 09 Jun 2010 14:44:20 +0800
parents c0bc60448913
children 49e79253b6d3
line wrap: on
line diff
--- a/nodejs/shapes.cc	Wed Jun 09 14:10:58 2010 +0800
+++ b/nodejs/shapes.cc	Wed Jun 09 14:44:20 2010 +0800
@@ -89,6 +89,7 @@
     sh = rdman_shape_path_new(rdman, dstr);
 
     WRAP(self, sh);
+    SET(self, "mbrt", rt);
 
     return Null();
 }