Bug 23873

Summary: [QT] implement Canvas arcTo
Product: WebKit Reporter: Dirk Schulze <krit>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: laszlo.gombos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
URL: http://philip.html5.org/demos/canvas/arcto-inf.html
Attachments:
Description Flags
arcTo implementation for Qt oliver: review+

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.