WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
VERIFIED FIXED
3648
quadraticCurveTo() method in <canvas> APIs JS bindings does not exist
https://bugs.webkit.org/show_bug.cgi?id=3648
Summary
quadraticCurveTo() method in <canvas> APIs JS bindings does not exist
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+
Details
Formatted Diff
Diff
Testcase for the quadraticCurveTo() method
(1.63 KB, text/xml)
2005-06-22 10:41 PDT
,
Antoine Quint
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug