[chromium-dev] Re: FYI canvas is hosed

2009-07-15 Thread Dean McNamee
If anyone out there from Mozilla is reading, or someone knows where to redirect this bug, that would be really helpful: https://bugzilla.mozilla.org/show_bug.cgi?id=504301 Thanks On Tue, Jul 14, 2009 at 8:23 PM, Dean McNameede...@chromium.org wrote: My point was the behavior before the patch

[chromium-dev] Re: FYI canvas is hosed

2009-07-15 Thread Darin Fisher
I cc'd vlad.-Darin On Wed, Jul 15, 2009 at 4:00 AM, Dean McNamee de...@chromium.org wrote: If anyone out there from Mozilla is reading, or someone knows where to redirect this bug, that would be really helpful: https://bugzilla.mozilla.org/show_bug.cgi?id=504301 Thanks On Tue, Jul 14,

[chromium-dev] Re: FYI canvas is hosed

2009-07-14 Thread Peter Kasting
On Tue, Jul 14, 2009 at 3:11 AM, Dean McNamee de...@chromium.org wrote: https://bugs.webkit.org/show_bug.cgi?id=27187 Maybe the spec needs to change? It seems like the patch moved away from spec-compliant behavior to match Gecko. I'm not sure what chromium-dev can do for you on this issue.

[chromium-dev] Re: FYI canvas is hosed

2009-07-14 Thread Dean McNamee
We weren't spec compliant: http://dev.w3.org/html5/spec/Overview.html The lineTo(x, y) method must do nothing if the context has no subpaths. On Tue, Jul 14, 2009 at 8:13 PM, Peter Kastingpkast...@chromium.org wrote: On Tue, Jul 14, 2009 at 3:11 AM, Dean McNamee de...@chromium.org wrote:

[chromium-dev] Re: FYI canvas is hosed

2009-07-14 Thread Peter Kasting
On Tue, Jul 14, 2009 at 11:15 AM, Dean McNamee de...@chromium.org wrote: We weren't spec compliant: http://dev.w3.org/html5/spec/Overview.html The lineTo(x, y) method must do nothing if the context has no subpaths. Isn't that what I just said? That the current behavior doesn't match the

[chromium-dev] Re: FYI canvas is hosed

2009-07-14 Thread Dean McNamee
My point was the behavior before the patch was wrong. What they did now is closer, but still wrong. On Tue, Jul 14, 2009 at 8:22 PM, Peter Kastingpkast...@chromium.org wrote: On Tue, Jul 14, 2009 at 11:15 AM, Dean McNamee de...@chromium.org wrote: We weren't spec compliant: