From ce9439ffaa82d5a2dd93dfa39da4f513c31f6824 Mon Sep 17 00:00:00 2001 From: Pushkar Joshi Date: Thu, 7 Jun 2012 11:19:35 -0700 Subject: fix compile error that was preventing non-gradient brush strokes from being rendered in runtime --- assets/canvas-runtime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/canvas-runtime.js b/assets/canvas-runtime.js index 76332bcb..fe5f839c 100644 --- a/assets/canvas-runtime.js +++ b/assets/canvas-runtime.js @@ -2174,7 +2174,7 @@ NinjaCvsRt.RuntimeBrushStroke = Object.create(NinjaCvsRt.RuntimeGeomObj, { render: { value: function() { //vars for gradient code - var w,h; + var w,h,useBuildColor=false; // get the world var world = this.getWorld(); -- cgit v1.2.3