I have some text set up with a border as follows:
var line1 = new Kinetic.Text({
x: 190,
y: 40,
text: "Line 1",
stroke: "black",
strokeWidth: 1,
padding: 5
}
But I want to set-up an event that removes the border. How do I do this? setStroke("none") doesnt seem to work.