text shadows now work correctly again

This commit is contained in:
ericdrowell
2012-10-06 15:19:33 -07:00
parent a3840fdc69
commit 82bfd9c15a
4 changed files with 6 additions and 6 deletions

View File

@@ -5079,7 +5079,7 @@ Kinetic.Text.prototype = {
Kinetic.Global.extend(Kinetic.Text, Kinetic.Shape);
// add getters setters
Kinetic.Node.addGettersSetters(Kinetic.Text, ['fontFamily', 'fontSize', 'fontStyle', 'textFill', 'textStroke', 'textStrokeWidth', 'padding', 'align', 'lineHeight', 'width', 'height', 'cornerRadius', 'fill', 'stroke', 'strokeWidth', 'shadow']);
Kinetic.Node.addGettersSetters(Kinetic.Text, ['fontFamily', 'fontSize', 'fontStyle', 'textFill', 'textStroke', 'textStrokeWidth', 'padding', 'align', 'lineHeight', 'width', 'height']);
Kinetic.Node.addGetters(Kinetic.Text, ['text']);
/**
* set font family

File diff suppressed because one or more lines are too long