Bug 23873 - [QT] implement Canvas arcTo
Summary: [QT] implement Canvas arcTo
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL: http://philip.html5.org/demos/canvas/...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 11:35 PST by Dirk Schulze
Modified: 2009-07-19 20:14 PDT (History)
1 user (show)

See Also:


Attachments
arcTo implementation for Qt (4.24 KB, patch)
2009-02-10 12:07 PST, Dirk Schulze
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2009-02-10 11:35:53 PST
arcTo-support of Canvas is missing (currently wrong).
Comment 1 Dirk Schulze 2009-02-10 12:07:59 PST
Created attachment 27533 [details]
arcTo implementation for Qt

fix for arcTo in Qt. This is just a copy of what cairo is doing.
Comment 2 Dirk Schulze 2009-02-25 11:44:13 PST
landed in r41221.