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:
Eric Rowell
2012-12-31 12:45:32 -08:00
parent 356661ecff
commit 7cb4c4269f
6 changed files with 144 additions and 250 deletions

View File

@@ -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');
}
}