var color_thirteen_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, fill: '#fff', stroke: '#fff', strokeWidth: .25, id: 'color_thirteen', visible: }); var color_thirteen_high_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, fill: '#45cbde', stroke: '#45cbde', strokeWidth: .25, id: 'color_thirteen_high', visible: false }); imageObj = new Image(); imageObj.src = ''; var color_thirteen_clip_set = new Kinetic.Shape({ sceneFunc: function(ctx) { ctx.fillStrokeShape(this); }, id: 'color_thirteen_clip', fillPatternImage: imageObj, visible: false });