var color_fourteen_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, fill: '#fff', stroke: '#fff', strokeWidth: .25, id: 'color_fourteen', visible: }); var color_fourteen_high_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, fill: '#45cbde', stroke: '#45cbde', strokeWidth: .25, id: 'color_fourteen_high', visible: false }); imageObj = new Image(); imageObj.src = ''; var color_fourteen_clip_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, id: 'color_fourteen_clip', fillPatternImage: imageObj, visible: false });