Re: [whatwg] Canvas line styles comments

2008-02-03 Thread Kristof Zelechovski
It should perhaps be explained that the joining arc must be outside the convex hull locally around the terminating points, which condition holds for the ccw arc only. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Taylor Sent: Saturday,

Re: [whatwg] Some video questions

2008-02-03 Thread Kristof Zelechovski
I installed the latest Quick Time player and I still cannot see how it works fine. The browser shows the Quick Time logo with a running shuttle underneath. The browser is Ready and the player is Negotiating. The movie seems invalid to me. Chris -Original Message- From: [EMAIL

[whatwg] canvas and ImageData

2008-02-03 Thread Ian Hickson
On Mon, 21 Jan 2008, Philip Taylor wrote: The ImageData object's width is greater than zero. (and subsequent lines) is wrong, since it's talking about an object that's explicitly not an ImageData. That entire section is now gone. What happens with NaN in imagedata.data? (NaN is a Number,

Re: [whatwg] CSSOM

2008-02-03 Thread Ian Hickson
On Mon, 28 Jan 2008, Garrett Smith wrote: [...] For comments on the CSS object model, please e-mail [EMAIL PROTECTED] Cheers, -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are

Re: [whatwg] Compatibility problems with HTML5 Canvas spec.

2008-02-03 Thread Ian Hickson
On Fri, 1 Feb 2008, Oliver Hunt wrote: All the transform operations define the behaviour if given inf, but not NaN Fixed recently. The behaviour of inf and nan arguments is undefined for arguments to the gradient constructors and shadow offsets. Fixed, I believe. Let me know if I missed

Re: [whatwg] canvas and ImageData

2008-02-03 Thread Anne van Kesteren
On Sun, 03 Feb 2008 10:43:10 +0100, Ian Hickson [EMAIL PROTECTED] wrote: On Fri, 25 Jan 2008, Oliver Hunt wrote: Another thing that we need is some way to determine what the device pixel-css pixel ratio is. Currently there's isn't even a real way to tell that it's 1:1 -- you would have do do

[whatwg] createImageData - new ImageData() ?

2008-02-03 Thread Anne van Kesteren
Why not give the object a constructor? I think that's cleaner. Also, Opera already supports that :-) -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] createImageData - new ImageData() ?

2008-02-03 Thread Oliver Hunt
On Feb 3, 2008, at 2:38 AM, Anne van Kesteren wrote: Why not give the object a constructor? I think that's cleaner. Also, Opera already supports that :-) The biggest problem is that you would have to define the behaviour in a fairly counterintuitive way new ImageData(400, 400) would not

Re: [whatwg] createImageData - new ImageData() ?

2008-02-03 Thread Anne van Kesteren
On Sun, 03 Feb 2008 12:20:54 +0100, Oliver Hunt [EMAIL PROTECTED] wrote: On Feb 3, 2008, at 2:38 AM, Anne van Kesteren wrote: Why not give the object a constructor? I think that's cleaner. Also, Opera already supports that :-) The biggest problem is that you would have to define the

Re: [whatwg] Some video questions

2008-02-03 Thread Charles
Chris, The movie seems invalid to me. The Movie is fine. If your QuickTime streaming preferences is set to automatic, then the problem is most likely a network configuration issue with your firewall and/or your router. Please don't post QuickTime technical support questions to this list. If

Re: [whatwg] Referer header sent with a ping?

2008-02-03 Thread Darin Fisher
On Feb 2, 2008 9:59 PM, dolphinling [EMAIL PROTECTED] wrote: Ian Hickson wrote: On Fri, 1 Feb 2008, Julian Reschke wrote: Ian Hickson wrote: What do people think of this idea: We make Referer always have the value PING. Referer takes a relative reference, or a URI. Not a good idea.

Re: [whatwg] Referer header sent with a ping?

2008-02-03 Thread Julian Reschke
Darin Fisher wrote: It's true that the Ping-From/To headers carry the important information, but I suspect that sending a Referer header is nice for servers that happen to receive unsolicited pings. Server logs will likely store the value of the Referer header, and this way, site admins can

[whatwg] Basic technical graphing features (canvas)

2008-02-03 Thread Simon Pieters
See: http://forums.whatwg.org/viewtopic.php?t=141 Summary: * Missing dashed lines, Hershey/vector fonts, even-odd polygon fill rules, and points. * http://home.comcast.net/~urbanjost/canvas/vogle4.html hence uses workarounds. * Polyline with no length should result in a circle or