Re: CanvasRenderingContext2D.fillStyle type is a object,not a string

2015-12-06 Thread Alex Harui
Oh, sorry, I guess I misunderstood. I thought you wanted it to be String and the compiler was outputting Object. We get these definitions from the Google Closure Compiler. They have defined it as String. I think you could propose a patch to their project. You could propose a patch for our flex

Re: CanvasRenderingContext2D.fillStyle type is a object,not a string

2015-12-06 Thread lizhi
i have try last. but saydely. public class CanvasRenderingContext2D extends Object { public var canvas : HTMLCanvasElement; public var fillColor : String; public var fillStyle : String; -- View this message in context: http://apache-flex-d

Re: CanvasRenderingContext2D.fillStyle type is a object,not a string

2015-12-01 Thread Alex Harui
On 11/30/15, 11:09 PM, "lizhi" wrote: >CanvasRenderingContext2D.fillStyle type is a object,not a string > Try the latest nightly build. I fixed a similar problem yesterday. -Alex