Re: [whatwg] bezierCurveTo summary is incorrect

2009-07-27 Thread Ian Hickson
On Sat, 11 Jul 2009, Oliver Hunt wrote:
>
> Just noticed while looking at the path modification functions that the 
> summary of bezierCurveTo (at the beginning of Section 4.8.11.1.8) gives 
> bezierCurveTo the signature "bezierCurveTo(cpx, cpy, x, y)" which is the 
> signature for quadraticCurveTo.  The signature should be 
> "bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y)"

Fixed.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] bezierCurveTo summary is incorrect

2009-07-11 Thread Oliver Hunt
Just noticed while looking at the path modification functions that the  
summary of bezierCurveTo (at the beginning of Section 4.8.11.1.8)  
gives bezierCurveTo the signature "bezierCurveTo(cpx, cpy, x, y)"  
which is the signature for quadraticCurveTo.  The signature should be  
"bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y)"


--Oliver