|
|
@ -248,7 +248,7 @@ Context2d.prototype.__defineSetter__('textBaseline', function(val){ |
|
|
|
* @api public |
|
|
|
*/ |
|
|
|
|
|
|
|
Context2d.prototype.__defineGetter__('textAlign', function(){ |
|
|
|
Context2d.prototype.__defineGetter__('textBaseline', function(){ |
|
|
|
return this.lastBaseline || 'alphabetic'; |
|
|
|
}); |
|
|
|
|
|
|
|