Re: [whatwg] Opera canvas bug?

2007-05-11 Thread Ian Hickson
On Fri, 11 May 2007, Stefan Haustein wrote: > > concerning when to apply transformations, I think it makes much sense to > let the spec reflect the current reality of Safari and Firefox instead > of the other way around for the following reasons: > > http://lists.whatwg.org/htdig.cgi/whatwg-wha

Re: [whatwg] Opera canvas bug?

2007-05-11 Thread Stefan Haustein
Hi Ian, concerning when to apply transformations, I think it makes much sense to let the spec reflect the current reality of Safari and Firefox instead of the other way around for the following reasons: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2007-April/010937.html The referenced MD

Re: [whatwg] Opera canvas bug?

2007-05-11 Thread Anne van Kesteren
On Fri, 11 May 2007 10:11:39 +0200, Kristof Zelechovski <[EMAIL PROTECTED]> wrote: The scripts should test the canvas variable before use. It is empty in IE7 and using it causes a runtime error. That's perfectly fine for tests. -- Anne van Kesteren

Re: [whatwg] Opera canvas bug?

2007-05-11 Thread Kristof Zelechovski
] Subject: Re: [whatwg] Opera canvas bug? On Sun, 1 Oct 2006, Benjamin Joffe wrote: > > I have set up a few pages to demonstrate bugs with Opera's canvas > implementation. You can see it here: > http://abrahamjoffe.com.au/ben/opera_canvas_bugs/index.htm , I am sure > that the

Re: [whatwg] Opera canvas bug?

2007-05-11 Thread Ian Hickson
On Fri, 11 May 2007, Thomas Broyer wrote: > > 2007/5/11, Ian Hickson: > > > > Here are some more tests for you: > > > >http://www.hixie.ch/tests/adhoc/html/canvas/ > > You're using instead of , is this a > mistake or have I missed a change in the spec? This should hopefully > have no impa

Re: [whatwg] Opera canvas bug?

2007-05-10 Thread Thomas Broyer
2007/5/11, Ian Hickson: Here are some more tests for you: http://www.hixie.ch/tests/adhoc/html/canvas/ You're using instead of , is this a mistake or have I missed a change in the spec? This should hopefully have no impact on testcases rendering though. -- Thomas Broyer

Re: [whatwg] Opera canvas bug?

2007-05-10 Thread Ian Hickson
On Mon, 2 Oct 2006, Tim Johansson wrote: > > Thank you for the bug reports. I have some comments on the second test > case. The cause of this is that Opera applies the transform in the fill > command (which is how I read the current spec, but it is not very > clear). When the fill is called the

Re: [whatwg] Opera canvas bug?

2007-05-10 Thread Ian Hickson
On Sun, 1 Oct 2006, Benjamin Joffe wrote: > > I have set up a few pages to demonstrate bugs with Opera's canvas > implementation. You can see it here: > http://abrahamjoffe.com.au/ben/opera_canvas_bugs/index.htm , I am sure > that the first 3 are genuine Opera bugs but the 4th one might not be

Re: [whatwg] Opera canvas bug?

2006-10-02 Thread Tim Johansson
Thank you for the bug reports. I have some comments on the second test case. The cause of this is that Opera applies the transform in the fill command (which is how I read the current spec, but it is not very clear). When the fill is called the scale is already reset, so the rect is drawn u

[whatwg] Opera canvas bug?

2006-09-30 Thread Benjamin Joffe
I have set up a few pages to demonstrate bugs with Opera's canvas implementation. You can see it here: http://abrahamjoffe.com.au/ben/opera_canvas_bugs/index.htm , I am sure that the first 3 are genuine Opera bugs but the 4th one might not be because I do not think that the WhatWG spec is speci