mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
huge changes to Text shape. Skinnied it up by removing rectangle rendering component. textFill is now fill, textStroke is now stroke, textShadow is now shadow, and textStrokeWidth is now strokeWidth
This commit is contained in:
@@ -104,7 +104,7 @@ Test.prototype = {
|
||||
this.counter++;
|
||||
console.log(this.counter + ') ' + key);
|
||||
tests[key](key);
|
||||
obj.testMessage.innerHTML = this.counter + ') ' + key + ': PASSED';
|
||||
obj.testMessage.innerHTML = this.counter + ') ' + mod + ' - ' + key + ': PASSED';
|
||||
obj.testMessage.setAttribute('class', 'gray');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user