Bug 3648

Summary: quadraticCurveTo() method in <canvas> APIs JS bindings does not exist
Product: WebKit Reporter: Antoine Quint <ml>
Component: DOMAssignee: Dave Hyatt <hyatt>
Status: VERIFIED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Renames quadraticCurveToPoint() method to quadraticCurveTo()
darin: review+
Testcase for the quadraticCurveTo() method none

Description Antoine Quint 2005-06-22 10:14:11 PDT
The quadraticCurveTo() method in the <canvas> APIs JS bindings is inexistent although documented in 
the Apple documentation about <canvas>. After introspecting the JS Context2D object, I found out that 
another method, named quadraticCurveToPoint(), was available though. In my opinion, the method should 
be renamed quadraticCurveTo() in the code once and for all.
Comment 1 Antoine Quint 2005-06-22 10:16:31 PDT
Created attachment 2545 [details]
Renames quadraticCurveToPoint() method to quadraticCurveTo()

In my opinion, there is no use keeping the old quadraticCurveToPoint() method
around as it's not used in high-profile widgets and never was documented.
Comment 2 Antoine Quint 2005-06-22 10:41:36 PDT
Created attachment 2546 [details]
Testcase for the quadraticCurveTo() method
Comment 3 Joost de Valk (AlthA) 2005-06-23 10:01:21 PDT
seems ok to me, can't really say but will confirm to get it under the eyes of the apple developers.
Comment 4 John Sullivan 2005-06-24 16:20:19 PDT
This is also in radar as <rdar://problem/4161594>
Comment 5 Darin Adler 2006-04-25 09:33:27 PDT
<rdar://problem/4139668> CanvasRenderingContext2D.quadraticCurveTo is not implemented (3648)