At the moment, the "anchor" style option is ignored because of a missing
underscore.
Line 1036 is:
this.anchor = style['anchor'];
Should be:
this.anchor_ = style['anchor'];
Additionally, some examples in the svn repository use opt_anchor instead
anchor, which of course doesn't work at all.
Original issue reported on code.google.com by d...@wecallit42.de on 14 Sep 2010 at 9:03
Original issue reported on code.google.com by
d...@wecallit42.de
on 14 Sep 2010 at 9:03