sonygod / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Wrong method sygnature for CanvasRenderingContext2D.fillStyle in CLR mode #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following code in CLR mode:

_context.fillStyle = "red";

Gets converted to the following JS:

this._context.set_fillStyle("red");

The JS should be this._context.fillStyle="red".

Original issue reported on code.google.com by sergio.d...@gmail.com on 9 Aug 2011 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 10 Aug 2011 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 26 Nov 2011 at 9:15