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

Antoine Quint
Reported 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.
Attachments
Renames quadraticCurveToPoint() method to quadraticCurveTo() (1.11 KB, patch)
2005-06-22 10:16 PDT, Antoine Quint
darin: review+
Testcase for the quadraticCurveTo() method (1.63 KB, text/xml)
2005-06-22 10:41 PDT, Antoine Quint
no flags
Antoine Quint
Comment 1 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.
Antoine Quint
Comment 2 2005-06-22 10:41:36 PDT
Created attachment 2546 [details] Testcase for the quadraticCurveTo() method
Joost de Valk (AlthA)
Comment 3 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.
John Sullivan
Comment 4 2005-06-24 16:20:19 PDT
This is also in radar as <rdar://problem/4161594>
Darin Adler
Comment 5 2006-04-25 09:33:27 PDT
<rdar://problem/4139668> CanvasRenderingContext2D.quadraticCurveTo is not implemented (3648)
Note You need to log in before you can comment on or make changes to this bug.