var color_seventeen_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, fill: '#fff', stroke: '#fff', strokeWidth: .25, id: 'color_seventeen', visible: }); var color_seventeen_high_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, fill: '#45cbde', stroke: '#45cbde', strokeWidth: .25, id: 'color_seventeen_high', visible: false }); imageObj = new Image(); imageObj.src = ''; var color_seventeen_clip_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, id: 'color_seventeen_clip', fillPatternImage: imageObj, visible: false });